-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
使用SPU实现两个accuracy函数 #726
Comments
Stale issue message. Please comment to remove stale tag. Otherwise this issue will be closed soon. |
1160300918 Give it to me |
暂时先别用 -c dbg |
@1160300918 我理解你读不出conf的配置,可能是因为你的那个程序bazel写的有问题,,如果你依赖到了外部配置文件,且使用了相对路径,是需要在bazel中指定data字段,如:(当然具体data里的路径取决于你到底使用了哪里的conf哈) |
BTW,如果你程序写好了,可以发起一个PR,这样代码问题更好讨论~ Best wishes |
由于您未能在规定时间内完成任务,该任务已重新开放认领。如需继续完成,请重新认领;同时也欢迎其他开发者参与认领。\n\nAs the task was not completed within the specified time, it has been unassigned for claiming. If you wish to continue working on it, please reclaim the task. Other developers are also welcome to claim it. |
任务介绍
详细要求
a. balanced_accuracy
b. top_k_accuracy
能力要求
操作说明
○ https://scikit-learn.org/stable/modules/generated/sklearn.metrics.balanced_accuracy_score.html
○ https://scikit-learn.org/stable/modules/generated/sklearn.metrics.top_k_accuracy_score.html
○ https://www.bilibili.com/video/BV1ba4y1S73z/?spm_id_from=333.788
○ https://www.bilibili.com/video/BV1Qe411D7MG/?spm_id_from=333.788
The text was updated successfully, but these errors were encountered: