-
|
When I train the model use bavsic_pp backbone and REDS by given config file, always stop in the 5000th epoch. I check the config file and change some args, but still not work. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 4 replies
-
|
Please upload your logs and error messages/ |
Beta Was this translation helpful? Give feedback.
-
|
Please use the new version https://github.com/open-mmlab/mmediting/tree/main . I run it successfully on MMEditing v1.0.0rc7. And you can use |
Beta Was this translation helpful? Give feedback.
-
|
And saving checkpoint needs two minutes. |
Beta Was this translation helpful? Give feedback.
-
|
Thank you very much, I will have a try on this branch🥰 |
Beta Was this translation helpful? Give feedback.
Please use the new version https://github.com/open-mmlab/mmediting/tree/main . I run it successfully on MMEditing v1.0.0rc7. And you can use
vis_backends = [dict(type='TensorboardVisBackend')]orvis_backends = [dict(type='WandbVisBackend')]in config to visualize loss