1adrianb / 1adrianb/face-alignment
RuntimeError: PytorchStreamReader failed reading zip archive: failed finding central directory
Open
- Dominant language
- Python
- Stars
- 7.5k
- Forks
- 1.4k
- PR merge metrics
- No merged PRs in 30d
Description
This issue has no description.
Contributor guide
No contributing guide indexed for this repository
Research direction
The error suggests a corrupted PyTorch model file. Check the model loading code, likely in the library's initialization or download logic. Verify the integrity of the model file (`.pth` or similar) and the zip reading mechanism in PyTorch's `torch.jit.load` or `torch.load`. Look for related issues about model downloads or file paths.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, pytorch
- Domain
- ai, machine-learning
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100