Face_Pytorch icon indicating copy to clipboard operation
Face_Pytorch copied to clipboard

Question about training epochs

Open lymanblue opened this issue 5 years ago • 1 comments

Hi~

Are the results reproducible from the default settings (e.g., total epochs = 11) in train.py? Are there different hyper-parameters for different CNN under different scenarios? (e.g., ResNet vs. MobileFaceNet, Small dataset vs. Large dataset?)

Thank you.

lymanblue avatar Mar 25 '19 08:03 lymanblue

The training epoch is not fixed, it depends on your total size of training images and your batch size. You can choose an appropriate one for yourself.

As for others hyper-parameters, (e.g, lr, momentum, weigth decay and so on), you can use the default settings.

wujiyang avatar Mar 25 '19 08:03 wujiyang