open-mmlab / mmselfsup

OpenMMLab Self-Supervised Learning Toolbox and Benchmark
https://mmselfsup.readthedocs.io/en/latest/
Apache License 2.0
3.2k stars 432 forks source link

[Docs] moco v3 No print loss #533

Closed weikai520 closed 2 years ago

weikai520 commented 2 years ago

📚 The doc issue

No loss was printed while training with moco v3 today

Suggest a potential alternative/fix

Because of too little data set can't print, can be in mmselfsup/configs/selfsup/base/default runtime. Py modify logger = dict (type = 'LoggerHook', the interval = 5)

Jiahao000 commented 2 years ago

Hi, the default log interval in default_runtime.py is 50, you can customize it by yourself if your dataset is too small.