FluxML / fluxml.github.io

Flux Website
https://fluxml.ai
MIT License
20 stars 45 forks source link

Use MLDatasets instead of Metalhead to load CIFAR10 data #118

Closed Ossifragus closed 2 years ago

Ossifragus commented 2 years ago

This is related to this issue: FluxML/model-zoo#390. Some functions such as trainimgs is not available anymore so I use the MLDatasets.jl to load the data. This version may still be further improved later, but it runs correctly so new learners like me may appreciate it.