Closed 990706TJGU closed 3 years ago
Yes. Those files are pytorch checkpoint files. You will need to load with pytorch library. Like the following: model = torch.load(PATH)
Thanks for your reply! Can you reveal which pytorch version did you use for this project?
We used pytorch 1.5. All the required packages are listed here.
Hello, I tried to download the models from links of Model Zoo, but none of these files can be extracted. Can you help to analyze the reason? Many thanks!