-
Notifications
You must be signed in to change notification settings - Fork 70
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
example: update example of lenet-stn #371
base: master
Are you sure you want to change the base?
Conversation
make its optimizer configured same as Python's fix #369
Codecov Report
@@ Coverage Diff @@
## master #371 +/- ##
=======================================
Coverage 69.74% 69.74%
=======================================
Files 25 25
Lines 1963 1963
=======================================
Hits 1369 1369
Misses 594 594 Continue to review full report at Codecov.
|
examples/mnist/lenet.jl
Outdated
mx.fit(model, optimizer, train_provider, n_epoch=20, eval_data=eval_provider) | ||
mx.fit(model, optimizer, train_provider, | ||
n_epoch=20, | ||
eval_data=eval_provider |
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.
This line needs a comma ,
at the end, yes?
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.
ha, 👍
e3dbeae
to
5e27ab1
Compare
Do you have any GPU to try it out? |
I have no GPU, sorry. |
make its optimizer configured same as Python's
fix #369
@rickhg12hs Could you checkout it?