Closed
Description
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
cc @datumbox