meta-pytorch / meta-pytorch/data
Timeout Exception: OnDiskCache Exception
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 1.3k
- Forks
- 179
- Avg merge
- 6d 1h
- Merged PRs (30d)
- 2
Description
Thank you for your reply,i try it but it have an error```Exception: OnDiskCache Exception: ./data\datasets\IMDB\aclImdb_v1.tar.gz expected to be written by different process, but file is not ready in 300 seconds.
@VitalyFedyunin, @ejguan, @NivekT seems like the issue is faced by few of our users. Unfortunately, the error message is not so clear. I am not sure if it is because the file is not downloaded within 300 sec or is it coming because of the locking mechanism? I am unable to repro the issue on my side :(
Originally posted by @parmeet in https://github.com/pytorch/text/issues/1796#issuecomment-1175117940
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the OnDiskCache exception reported for ./data\datasets\IMDB\aclImdb_v1.tar.gz and review the referenced pytorch/text issue #1796. Determine whether the 300-second timeout reflects download completion or process locking, then make the failure distinguish those causes and verify it with a reproducible case.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- data
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100