gsig / charades-algorithms

Activity Recognition Algorithms for the Charades Dataset
http://allenai.org/plato/charades/
201 stars 96 forks source link

Corrupted Pytorch model? #6

Closed grantlj closed 6 years ago

grantlj commented 6 years ago

hI, The Pytorch model on dropbox: https://www.dropbox.com/s/p457h2ifi6v1qdz/twostream_rgb.pth.tar?dl=1, seems being corrupted: I have tried to unzip the file on ubuntu with: tar xvf twostream_rgb.pth.tar:

tar: This does not look like a tar archive tar: Skipping to next header tar: Exiting with failure status due to previous errors

Could you help to fix this problem?

gsig commented 6 years ago

The .pth.tar was actually generated by pytorch directly. Does torch.load('filename.pth.tar') work?

grantlj commented 6 years ago

Yes, it works. Thank you for your assistance.