roytseng-tw / Detectron.pytorch

A pytorch implementation of Detectron. Both training from scratch and inferring directly from pretrained Detectron weights are available.
MIT License
2.82k stars 567 forks source link

Could I modify the max iters ? #180

Open CoinCheung opened 5 years ago

CoinCheung commented 5 years ago

Just to make sure if I have really understand the meanings of README.md.

I am working with a single gpu and I am training on my own dataset. My dataset consists of 900 pictures, much less than coco challenge picture number. In this case, shall I reduce the items of MAX_ITER and STEPS in the yaml file ? If so, BTW, what is the max_iter you could recommend me to assign?