I am trying to train resnet 18 and 36 from scratch using imagenet12 train dataset. The preprocessing is the same as the Facebook Torch implementation, however, the top 1 accuracy on the validation set is still very low (49%), quite below the accuracy reported by the paper. I wonder if these resnet18 and 36 will be released as well.
I am trying to train resnet 18 and 36 from scratch using imagenet12 train dataset. The preprocessing is the same as the Facebook Torch implementation, however, the top 1 accuracy on the validation set is still very low (49%), quite below the accuracy reported by the paper. I wonder if these resnet18 and 36 will be released as well.
Best