Closed zackdilan closed 4 years ago
Hi all,
I am not able to untar the pre-trained model. Is the file corrupted? If not, please let me know how to use it?
Hi Robin,
The checkpoint_ssd300.pth.tar is not actually a tar archive. Just remove the .tar extension from the file name and you will be able to load it using torch.load('checkpoint_ssd300.pth').
torch.load('checkpoint_ssd300.pth')
Thanks !!
Hi all,
I am not able to untar the pre-trained model. Is the file corrupted? If not, please let me know how to use it?