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've tried 2 ways, both using the real imagenet dataset. I have not submitted #1012 with the resnet50 learning rate scheduler:
Brand new compute VM, using pytorch-nightly conda env
Brand new compute VM, pull from master on Github and run build_torch_wheels.sh
Both versions reach ~12% accuracy around epoch 2 or 3 and can't make it any higher no matter how many more epochs they train.
I have a different compute VM made on August 28 that uses pytorch-nightly conda env and on that compute VM I am able to reach 60% accuracy with no changes and 76% accuracy when I implement a learning rate schedule.