Skip to content
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

[Bug] Chinese tutorial document: evaluation keyword:"save_best" #1268

Closed
Tamiku opened this issue Dec 15, 2022 · 2 comments
Closed

[Bug] Chinese tutorial document: evaluation keyword:"save_best" #1268

Tamiku opened this issue Dec 15, 2022 · 2 comments
Assignees
Labels

Comments

@Tamiku
Copy link

Tamiku commented Dec 15, 2022

分支

master 分支 (0.24 或其他 0.x 版本)

描述该错误

In the Chinese tutorial document, it says evaluation = dict(interval=1, save_best=True, metric='accuracy', metric_options={'topk': (1, )}) , however, the keyword save_best should be str instead of bool , like "auto" or 'accuracy_top-1'

环境信息

python=3.6

其他信息

Thanks for your tutorial documentation! However, I was confused when I met the keyword error. It would be appreciated if you can upgrade the tutorial documentation.

@Ezra-Yu
Copy link
Collaborator

Ezra-Yu commented Dec 15, 2022

try
save_best='accuracy_top-1'
or
save_best='auto'

@mzr1996
Copy link
Member

mzr1996 commented Dec 15, 2022

Get it, I will fix it later.

@mzr1996 mzr1996 added the Bug:P1 label Dec 15, 2022
@Tamiku Tamiku closed this as completed Feb 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants