Convert Full ImageNet Pre-trained Model from MXNet to PyTorch

I think this link would be helpful (for deep learning researchers/Engineers):
Convert Full ImageNet Pre-trained Model from MXNet to PyTorch
In this tutorial the MXNet ResNet-152 model which is trained on ~ 14M images and 11K Labels converted to PyTorch via MMdnn framework.
I hope this tutorial would be helpful for MXNet community.

Thanks @ahkarami for contributing this. Looks great!