zhanghang1989 / zhanghang1989/PyTorch-Encoding

训练问题

Open
#346 4 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
2k
Forks
448
PR merge metrics
No merged PRs in 30d

Description

image
我在训练是实话每次都会卡在运行的过程中,train.py里面outputs = self.model(image)这一步走不通。
此外,我设置的pretrained=false,请问为什么每次都会下载pretrained模型呢?
请问这两个问题该怎么解决啊,谢谢!

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.