DiffusionDet
DiffusionDet copied to clipboard
checkpoint
How do I change the save frequency of checkpoint
Hi,
You can set SOLVER.CHECKPOINT_PERIOD 5000
to your desired value.
FYI: https://github.com/facebookresearch/detectron2/blob/main/detectron2/config/defaults.py#L554.