Closed rgeirhos closed 3 years ago
When following the instructions from https://github.com/facebookresearch/vissl/blob/main/MODEL_ZOO.md#converting-vissl-to-torchvision, the resulting converted model will have a ".torch.torch" suffix. This is avoided by checking whether the user has provided a .torch suffix for the model name.
@iseessel has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
When following the instructions from https://github.com/facebookresearch/vissl/blob/main/MODEL_ZOO.md#converting-vissl-to-torchvision, the resulting converted model will have a ".torch.torch" suffix. This is avoided by checking whether the user has provided a .torch suffix for the model name.