This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
[MXNET-1358][Fit API] Fit api tutorial #14462
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
piyushghai
changed the title
[MXNET-1358] Fit api tutorial
[MXNET-1358][Fit API] Fit api tutorial
Mar 18, 2019
@mxnet-label-bot Add [Gluon, pr-awaiting-review] |
piyushghai
force-pushed
the
fit-api
branch
2 times, most recently
from
March 18, 2019 23:11
b9ede39
to
3e4e9db
Compare
abhinavs95
reviewed
Mar 18, 2019
karan6181
reviewed
Mar 19, 2019
karan6181
reviewed
Mar 19, 2019
karan6181
reviewed
Mar 19, 2019
Will address the feedback and will post an update on it. |
karan6181
reviewed
Mar 19, 2019
@ThomasDelteil Can you also review this :) ? |
ThomasDelteil
suggested changes
Mar 19, 2019
7 tasks
@ThomasDelteil could you please have a look and see if your comments are addressed? thanks |
thomelane
reviewed
Apr 2, 2019
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.
Great work @piyushghai (@roywei)! It makes MXNet a whole load more accessible to beginners users, so I'd expect a flood load of readers on this tutorial. Given this, I've been a bit more particular with my review here, so please excuse all of the nits. :)
5 tasks
piyushghai
changed the title
[MXNET-1358][Fit API] Fit api tutorial
[MXNET-1358][DO NOT MERGE][Fit API] Fit api tutorial
Apr 5, 2019
* Fix cached op Change-Id: If90c6f0997548ffd5daa67cc18bab7405f24213b * Fix UT * trigger
…15197) * Updated Image Augmentation tutorial to use Transforms. * Updates based on feedback.
* Cleaned up profiling tutorial. * Minor edits to profiler tutorial. * fix ascii issue * Updates based on feedback.
* Add multiple GPUs training tutorial * Add download source button * Add tutorial to the test suite * Remove from nightly build (no CI multigpu machines) * Add extension to whitelisted multigpu tutorial * Force build * Force update * Code review fixes * Force build * Typo fix and force build * Add tutorial back to tests * Add tutorial to the index * Force build
…ache#15177) * add MXEnginePushAsyncND and MXEnginePushSyncND * fix test build * return exception value * retrigger CI
* add support for sorting and printing aggregate info in json * revert some overwrites * revert to old c apis; added MXAggregateProfileStatsPrintEx instead * style fix * style fixes * more style fixes * rebase * style fixes * fix infinite loop bug * test cases added and bugs fixed * fix test cases * fix testcases * testcases * testcases * testcases * fix doc * use enum to avoid hardcoding * sanity test fix * sanity test fix * add parameter validation * add parameter validation in frontend * validation * removing print() * fix typos
* Fix nightly build warning * Force build
* bump up cudnn version * downgrade tensorRT to 7.5 * bump up NCCL 2.4.7
* fix horovod build when mxnet is built from source * copy header file in mkldnn * copy mkldnn_version header file to include * remove unnecessary line * fix the untracked file * whitelist mkldnn headerfile * exlude lint path
piyushghai
requested review from
anirudh2290,
gigasquid,
rahul003 and
yzhliu
as code owners
June 17, 2019 16:55
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Added a simple tutorial showcasing the fit api usage.
Checklist
Essentials
Please feel free to remove inapplicable items for your PR.
Related PR for assets for the tutorial --> dmlc/web-data#171
@roywei @abhinavs95 @karan6181