Update 1.detailed_config.md

This commit is contained in:
Junhao Liang
2022-06-18 14:59:24 +08:00
committed by GitHub
parent 1be7333c86
commit 715e7448fa
+1
View File
@@ -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.