-
Notifications
You must be signed in to change notification settings - Fork 47
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 traffic prediction tutorial #324
Add traffic prediction tutorial #324
Conversation
Looks good. Did you generate the docs with julia 1.9.1, as prescribed by |
Flux.mae(ŷ, y) | ||
end | ||
Flux.update!(opt, model, grads[1]) | ||
end |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
still the indentation is wrong.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In my editor and documentation it shows correctly, I changed the github setting to tab size 4 and I can see it right here as well.
yes |
A tutorial explaining this example