Hello.
How to change checkpoint file path. I found in "train.py" file and config file but i didn't see it
Thanks
Checkpoints are saved in the working directory. You can specify the work_dir in the command line argument or the config file.
thank you very much
Checkpoints are saved in the working directory. You can specify the
work_dirin the command line argument or the config file.
How to change checkpoint period , e.g. 10 , not 1.
Most helpful comment
Checkpoints are saved in the working directory. You can specify the
work_dirin the command line argument or the config file.