Face_Pytorch
Face_Pytorch copied to clipboard
Question about training epochs
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.
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.