sirius-ai / LPRNet_Pytorch

Pytorch Implementation For LPRNet, A High Performance And Lightweight License Plate Recognition Framework.
Apache License 2.0
908 stars 227 forks source link

Hyperparameters #46

Open NgoJunHaoJason opened 3 years ago

NgoJunHaoJason commented 3 years ago

May I know what are the hyperparameters that you used to get the best model (Final_LPRNet_model.pth) in ./weights? Also, why did you use RMSprop instead of Adam for the optimiser?

Thanks in advance.