the loss suddenly increases
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 829
- Forks
- 138
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 1
Description
Why does the loss suddenly increase by several times after three to four hundred iterations during model training? Another question is, during each iteration of training, does the function net.update() need to run once (with net = DMC())?
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 by locating the model-training loop that calls net.update() with net = DMC(), then inspect how the loss changes around iterations 300–400. Determine whether the update is expected once per iteration and identify the cause of the sudden loss increase. Done means the training behavior and update frequency are explained from the existing code.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- machine-learning
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100