We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I tried to untar your pre-trained model, but some errors occurred as follows
tar: This does not look like a tar archive tar: Skipping to the next header tar: Exiting with failure status due to previous errors
model file: sct_iter_160000.pth.tar So how to untar this file ?
The text was updated successfully, but these errors were encountered:
Hello, you should not untar the pre-trained model. Leave it as it is, and try the testing code. I think it would help.
Sorry, something went wrong.
Run file sct_iter_160000.pth.tar, and you will see that it is not tar file. It is actually .pth file.
file sct_iter_160000.pth.tar
No branches or pull requests
I tried to untar your pre-trained model, but some errors occurred as follows
tar: This does not look like a tar archive
tar: Skipping to the next header
tar: Exiting with failure status due to previous errors
model file: sct_iter_160000.pth.tar
So how to untar this file ?
The text was updated successfully, but these errors were encountered: