yangyuke001 / FIIQA-PyTorch

face image illumination quality assessment implement by pytorch
351 stars 35 forks source link

The loss remains high and the accuracy is very low #11

Open tangdk opened 3 years ago

tangdk commented 3 years ago

Hi, I started training from scratch without using the pre_trained model 97_160_2.pth My training results were poor image

I use FIIQALoss(),and optimizer is AdaBound. Even if I loaded the pre_trained model, I didn't get better results, why? Thanks