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
I have almost the same result as yours.
{
"loss_train": 0.4614731064209571,
"loss_valid": 0.0,
"loss_test": 0.09948565063476562,
"top1_train": 0.8370192307692308,
"top1_valid": 0.0,
"top1_test": 0.9682,
"top5_train": 0.9710336538461538,
"top5_valid": 0.0,
"top5_test": 0.9992,
"epoch": 200
} @wizcheu
I reran your code and the result seems not so good.
My CIFAR_10(Wide-ResNet 28x10) result:
Can you tell me your running environment like gpu nums & gpu device.
And one more questions, why the
top1_train
accuracy is so low.The text was updated successfully, but these errors were encountered: