From 715e7448fa237cc050ca0e31efb2c314edf849ef Mon Sep 17 00:00:00 2001 From: Junhao Liang <43094337+darkliang@users.noreply.github.com> Date: Sat, 18 Jun 2022 14:59:24 +0800 Subject: [PATCH] Update 1.detailed_config.md --- docs/1.detailed_config.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/1.detailed_config.md b/docs/1.detailed_config.md index 21fc9b7..fb6232c 100644 --- a/docs/1.detailed_config.md +++ b/docs/1.detailed_config.md @@ -59,6 +59,7 @@ ### trainer_cfg * Trainer configuration > * Args +> * restore_hint: `int` value indicates the iteration number of restored checkpoint; `str` value indicates the path to restored checkpoint. The option is often used to finetune on new dataset or restore the interrupted training process. > * fix_BN: If `True`, we fix the weight of all `BatchNorm` layers. > * log_iter: Log the information per `log_iter` iterations. > * save_iter: Save the checkpoint per `save_iter` iterations.