Skip to content

Conversation

@adrhill
Copy link
Contributor

@adrhill adrhill commented Jun 26, 2023

The current MNIST Neural ODE classification is broken as it uses train_dataloader and test_dataloader without defining them.

This PR:

  1. modifies loadmnist to use Flux's DataLoader
  2. defines train_dataloader and test_dataloader.

For the data loader, I've tried to stay close to the Flux model-zoo example:
https://github.com/FluxML/model-zoo/blob/31e147faef61e7f26dc2d6124afbac0cfe518b6a/vision/conv_mnist/conv_mnist.jl#L26-L30

@ChrisRackauckas ChrisRackauckas merged commit 4388ee0 into SciML:master Jul 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants