Closed
Description
I recently did a simple experiment, training cifar10 with resnet18( torchvision.models), but I can't achieve the desired accuracy(93%).
I found a GitHub repository where the example can be trained to 93% accuracy, pytorch-cifar. But his implementation is different from torchvision.models.resnet18, The difference may be here.
Is there any example to teach us how to train cifar10 with resnet18 to the optimal precision?