zhanghang1989 / zhanghang1989/PyTorch-Encoding
训练问题
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 2k
- Forks
- 448
- PR merge metrics
- No merged PRs in 30d
Description

我在训练是实话每次都会卡在运行的过程中,train.py里面outputs = self.model(image)这一步走不通。
此外,我设置的pretrained=false,请问为什么每次都会下载pretrained模型呢?
请问这两个问题该怎么解决啊,谢谢!
Contributor guide
No contributing guide indexed for this repository
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 train.py and the call at outputs = self.model(image), then inspect the training configuration shown in the issue, including pretrained=false. Reproduce the hang and the unexpected pretrained-model download before tracing the model-loading path. Done means both behaviors are explained and the training path completes or the issue is narrowed to a specific failure.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, pytorch
- Domain
- machine-learning
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100