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 run the baseline of the resnet in this blog . The reported accuracy of the baseline is 76.16 .But I can not get the reported accuracy. here is my result:
Acc@1 75.878 Acc@5 92.856
Acc@1 75.382 Acc@5 92.574
Acc@1 75.490 Acc@5 92.714
my environment is :
cuda 11.3
pyroch 1.10.2
torchvision 0.11.3
all the setting are default, I just command: torchrun --nproc_per_node=8 train.py --model resnet50