github / github/codespaces-jupyter

Default image classifier code crashes

Open
#584 1 comment 1 reaction 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.