arnoweng / CheXNet

A pytorch reimplementation of CheXNet
576 stars 221 forks source link

A question about your model.pth.tar #1

Closed zzt941006 closed 6 years ago

zzt941006 commented 6 years ago

When I download model.pth.tar,I can't unzip. An error shows: data has been destroyed。

arnoweng commented 6 years ago

@zzt941006 The file model.pth.tar is named by a .tar suffix according to the custom of Pytorch community, and it can not be decompressed. You can load the model and print detailed information in the program if you want to see the structure and parameters of this model.

pyaf commented 6 years ago

lol, I thought it was a tar file. (it shouldn't have been named as such though, .pth is enough)