DiffusionDet icon indicating copy to clipboard operation
DiffusionDet copied to clipboard

checkpoint

Open yiiiizou opened this issue 2 years ago • 1 comments

How do I change the save frequency of checkpoint

yiiiizou avatar Dec 06 '22 09:12 yiiiizou

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.

ShoufaChen avatar Dec 06 '22 09:12 ShoufaChen