Layout-Parser / layout-model-training

The scripts for training Detectron2-based Layout Models on popular layout analysis datasets
198 stars 54 forks source link

adjust parameters like the **iteration number** ? #24

Open MachineLearning4Work opened 7 months ago

MachineLearning4Work commented 7 months ago

Hi,

I would like to access hyperparameters in train_net.py.

For instance, how can I adjust parameters like the iteration number during training and other hyperparameters?

Your comments are highly appreciated.

imaashishlk commented 6 months ago

you can either specify is explicitly or also edit configuration file the trainer is using to change the parameter.