bearpaw / pytorch-classification

Classification with PyTorch.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Accuracy of training

Chinese-xingyi opened this issue · comments

Hi, I am try to use your modified model on cifar100.
But my alexnet's accuracy just can be around 42%; and vgg19_bn just can be 62%around ,63.46% most when the 130 epoch .
May be some parameters I set are wrong?

I think the learning-rate and the epochs when I need to modified is specific for different models and different datasets.
I have tried to do some test about vgg19_bn on cifar10 and cifar100 -----modified learning rate of optimizer at 70th and 130th epoch or around these epochs . But my accuracy is always under 91%.
Any setting can be optimized? Thank you !