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] konflict between ReduceOnPlateauLR and val_evaluator #1934

Open
hamlet2019 opened this issue Aug 20, 2024 · 0 comments
Open

[Bug] konflict between ReduceOnPlateauLR and val_evaluator #1934

hamlet2019 opened this issue Aug 20, 2024 · 0 comments

Comments

@hamlet2019
Copy link

分支

main 分支 (mmpretrain 版本)

描述该错误

There is the following scheduler
dict(type='ReduceOnPlateauLR', monitor='loss', rule='less', factor=0.1, patience=5),
The monitoring is loss
But the evaluation is val_evaluator = dict(type='Accuracy', topk=(1,))
An error occurs during the evaluation

环境信息

mmpretrained

其他信息

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant