You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I downloaded the model weights from hugging face but the files have some issue. i am not able to extract the weights from tar file.
I am getting this error message
tar: This does not look like a tar archive tar: Skipping to next header tar: Archive contains ‘\254\001d\033s\003\336\b\0\0P\t’ where numeric off_t value expected tar: A lone zero block at 554587 tar: Exiting with failure status due to previous errors
and I am using this command to extract the file tar -xvf better-result.pth.tar
The text was updated successfully, but these errors were encountered:
I need to run inference on a single image, I didn't find any inference handler in the repo, but i will try to run inference with these model weights, will update here.
I downloaded the model weights from hugging face but the files have some issue. i am not able to extract the weights from tar file.
I am getting this error message
tar: This does not look like a tar archive tar: Skipping to next header tar: Archive contains ‘\254\001d\033s\003\336\b\0\0P\t’ where numeric off_t value expected tar: A lone zero block at 554587 tar: Exiting with failure status due to previous errors
and I am using this command to extract the file
tar -xvf better-result.pth.tar
The text was updated successfully, but these errors were encountered: