Mmdetection: Change checkpoint path

Created on 10 Aug 2019  路  3Comments  路  Source: open-mmlab/mmdetection

Hello.
How to change checkpoint file path. I found in "train.py" file and config file but i didn't see it
Thanks

Most helpful comment

Checkpoints are saved in the working directory. You can specify the work_dir in the command line argument or the config file.

All 3 comments

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_dir in the command line argument or the config file.

How to change checkpoint period , e.g. 10 , not 1.

Was this page helpful?
0 / 5 - 0 ratings