You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I follow the default setting and run python main/train.py --cfg configs/cifar10.yaml, I cannot achieve similar results as reported in your paper.At the beginning, the loss of training set decreases, and the accuracy of verification set increases. However, after running for a period of time, the loss of training set will increase, and the accuracy of verification set will decrease, and fluctuate greatly. What's the matter?
#19
If I apply it to my own dataset, the above problems will occur.
The text was updated successfully, but these errors were encountered:
ghost
changed the title
I use it in my own data set. Why does the accuracy of training set increase and loss decrease, but the loss and accuracy of verification set are random, sometimes large and sometimes small?
If I follow the default setting and run python main/train.py --cfg configs/cifar10.yaml, I cannot achieve similar results as reported in your paper.At the beginning, the loss of training set decreases, and the accuracy of verification set increases. However, after running for a period of time, the loss of training set will increase, and the accuracy of verification set will decrease, and fluctuate greatly. What's the matter?
Dec 14, 2020
If I apply it to my own dataset, the above problems will occur.
The text was updated successfully, but these errors were encountered: