JuliaAcademy / JuliaAcademy/DataScience
MNIST imports broken in neural networks notebook
Nobody has claimed this yet.
- Dominant language
- Jupyter Notebook
- Stars
- 533
- Forks
- 266
- PR merge metrics
- No merged PRs in 30d
Description
The very first line no longer works:
using Flux, Flux.Data.MNIST
gives the error
UndefVarError: `MNIST` not defined
The MNIST dataset is now available from MLDatasets, but it seems like the implementation is different so it's not just a straight swap
This is in Julia 1.9.2, with Flux v0.14.5
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
Open the neural networks notebook and reproduce the MNIST import error with Julia 1.9.2 and Flux v0.14.5. Compare the notebook's current loading code with the MLDatasets interface, then verify that the notebook can load MNIST and continue running through its existing neural-network workflow.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia, jupyter-notebook
- Domain
- machine-learning
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100