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 use the net to train cifar-100, but the after 300 epoch the train_error reaches to 0 but the test_error is still about 55%(acually it reach 55% after 50 epoch). The paper said that the effcientnet for cifar-100 accuracy can reach 88.1%. What's the problem?
I'm using efficientnet-b3 and the optimizer is torch.optim.SGD(model.parameters(),lr=0.1.momentum=0.9,weight_decay=1e-5)
The text was updated successfully, but these errors were encountered:
I use the net to train cifar-100, but the after 300 epoch the train_error reaches to 0 but the test_error is still about 55%(acually it reach 55% after 50 epoch). The paper said that the effcientnet for cifar-100 accuracy can reach 88.1%. What's the problem?
I'm using efficientnet-b3 and the optimizer is torch.optim.SGD(model.parameters(),lr=0.1.momentum=0.9,weight_decay=1e-5)
The text was updated successfully, but these errors were encountered: