Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"tar -xvf atom_default.pth.tar" fails #2

Closed
noUmbrella opened this issue Apr 10, 2019 · 1 comment
Closed

"tar -xvf atom_default.pth.tar" fails #2

noUmbrella opened this issue Apr 10, 2019 · 1 comment

Comments

@noUmbrella
Copy link

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

@martin-danelljan
Copy link
Contributor

You should not untar this file. It is a PyTorch checkpoint file (uses pickle), that is loaded in the code by the torch.load() command.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants