Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add literature background to dataloder-image-data and mlp-mnist #341

Merged

Conversation

lilianabs
Copy link
Contributor

This PR adds literature background to the following:

  • mlp_mnist
  • dataloader-image-data

Issue # 340

train_x, train_y = MNIST.traindata(Float32)
test_x, test_y = MNIST.testdata(Float32)

# Reshape data to 28x28x1 multi-dimensional array
## Reshape data to 28x28x1 multi-dimensional array
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Question about the double ##: are these going to be used for some kind of literate rendered output later?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ToucheSir that's right, we are adding these so we can use Literate to convert the file to markdown and notebooks

Copy link
Member

@ToucheSir ToucheSir left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let me know when you want this to be merged!

@lilianabs
Copy link
Contributor Author

@ToucheSir this is ready for merging :)

@ToucheSir ToucheSir merged commit bf5a14d into FluxML:master Mar 22, 2022
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