Update 1.detailed_config.md
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user