-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
使用SPU实现两个accuracy函数 #726
Labels
Comments
Stale issue message. Please comment to remove stale tag. Otherwise this issue will be closed soon. |
Candicepan
added
good first issue
Good for newcomers
OSCP
SecretFlow Open Source Contribution Plan
and removed
no-issue-activity
labels
Jul 16, 2024
1160300918 Give it to me |
暂时先别用 -c dbg |
@1160300918 我理解你读不出conf的配置,可能是因为你的那个程序bazel写的有问题,,如果你依赖到了外部配置文件,且使用了相对路径,是需要在bazel中指定data字段,如:(当然具体data里的路径取决于你到底使用了哪里的conf哈) |
BTW,如果你程序写好了,可以发起一个PR,这样代码问题更好讨论~ Best wishes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
任务介绍
详细要求
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: