-
-
Notifications
You must be signed in to change notification settings - Fork 335
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
Minor error in the 60 minute blitz tutorial #327
Comments
Good catch, mind filing a PR? |
Ah, actually it looks like the error is just in the html of the tutorial at https://fluxml.ai/tutorials/2020/09/15/deep-learning-flux.html, the .jl file in the repository is fine. |
Yes, that's because the file in this repo is out of date and hasn't been updated to match FluxML/fluxml.github.io#118. So it'd be a 2-step process: typo fix there, and full update here. |
#328 Gotcha, submitted the PR. |
Hey, just an FYI that the "Deep Learning with Flux - A 60 Minute Blitz" tutorial has a minor error.
When the test data is being prepped for the convolutional net the code used is this:
in the third line the
labels
should betest_labels
otherwise the labels are from the training rather than the test data, which naturally gives pretty random accuracy results later on.The text was updated successfully, but these errors were encountered: