I wonder, have someone migrated MLPerf ResNet-50 checkpoint to PyTorch?
It achieves top-1 accuracy of 76.456%, and it will help me a lot having that checkpoint as a baseline.
While we’re at it, does PyTorch has something for MobileNet-V1?
Again, MLPerf offers one with top-1 accuracy of 71.676%, but I can’t find any pre-trained model for PyTorch with this accuracy. Any suggestions?
If someone will come across this post, I managed to migrate the weights from MLPerf to PyTorch models. They can be found here: https://github.com/gilshm/mlperf-pytorch