github / github/codespaces-jupyter
Default image classifier code crashes
Open
- Dominant language
- Jupyter Notebook
- Stars
- 894
- Forks
- 1.7k
- PR merge metrics
- No merged PRs in 30d
Description
The code will not run by default.
Both uses of `dataiter.next()` must be replaced with `next(dataiter)`.
Contributor guide
Research direction
Search the repository's default image classifier notebook for both uses of `dataiter.next()`. Replace them with `next(dataiter)`, then run the notebook from its default path and confirm the classifier code no longer crashes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- jupyter-notebook, python
- Domain
- machine-learning
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100