Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

[MXNET-1358]Fit api tutorial #15353

Merged
merged 28 commits into from
Aug 1, 2019
Merged

Conversation

roywei
Copy link
Member

@roywei roywei commented Jun 25, 2019

Description

  1. bring back [MXNET-1358][Fit API] Fit api tutorial #14462
    main contributor @piyushghai
    I have updated the tutorial to the latest fit/estimator api
  2. update website API generation( add to API index, fixed imports for automated API doc generation)
  3. fixed checkpoint reuqires hybridization

@ThomasDelteil @thomelane @aaronmarkham

Preview

@roywei roywei requested a review from szha as a code owner June 25, 2019 11:07
Copy link
Contributor

@aaronmarkham aaronmarkham left a comment

Choose a reason for hiding this comment

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

Grammar, spelling, and clarity check. I didn't get a chance to run this.

docs/tutorials/gluon/fit_api_tutorial.md Outdated Show resolved Hide resolved
docs/tutorials/gluon/fit_api_tutorial.md Outdated Show resolved Hide resolved
docs/tutorials/gluon/fit_api_tutorial.md Outdated Show resolved Hide resolved
docs/tutorials/gluon/fit_api_tutorial.md Outdated Show resolved Hide resolved
docs/tutorials/gluon/fit_api_tutorial.md Outdated Show resolved Hide resolved
docs/tutorials/gluon/fit_api_tutorial.md Outdated Show resolved Hide resolved
docs/tutorials/gluon/fit_api_tutorial.md Outdated Show resolved Hide resolved
docs/tutorials/gluon/fit_api_tutorial.md Outdated Show resolved Hide resolved
docs/tutorials/gluon/fit_api_tutorial.md Outdated Show resolved Hide resolved
docs/tutorials/gluon/fit_api_tutorial.md Show resolved Hide resolved
@anirudhacharya
Copy link
Member

@mxnet-label-bot add [pr-awaiting-review]

@marcoabreu marcoabreu added the pr-awaiting-review PR is waiting for code review label Jun 28, 2019
@roywei
Copy link
Member Author

roywei commented Jul 16, 2019

@aaronmarkham I have addressed your comments, could you take another look? thanks!
Another problem is the estimator API doc is not showing up on the website, not sure if this will fix it. It should be automatically picked up by website?

Added from . import estimator in file python/mxnet/gluon/contrib/__init__.py

docs/tutorials/gluon/fit_api_tutorial.md Outdated Show resolved Hide resolved
docs/tutorials/gluon/fit_api_tutorial.md Outdated Show resolved Hide resolved
@eric-haibin-lin
Copy link
Member

any update on this ? mxnet 1.5 is released but no doc for the feature.

@roywei
Copy link
Member Author

roywei commented Jul 29, 2019

I have addressed commend @aaronmarkham @abhinavs95 could you take another look? Thanks

@roywei
Copy link
Member Author

roywei commented Jul 31, 2019

I have verified the documentation is successfully generated, tutorial is passing, nightly tests are passing and unit tests should be already checked by CI

ping @aaronmarkham for review on the docs. Thanks!

estimator
checkpoint

Copy link
Contributor

@aaronmarkham aaronmarkham left a comment

Choose a reason for hiding this comment

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

lgtm!!

@eric-haibin-lin eric-haibin-lin merged commit 4b07386 into apache:master Aug 1, 2019
anirudhacharya pushed a commit to anirudhacharya/mxnet that referenced this pull request Aug 20, 2019
* Added tutorial for FIT API

* Added tests for Fit API tutorial

* Updated index.md for the new tutorial to show up

* Addressed PR feedback

* Addressed PR feedback

* Removed spurious comment for Py2 and Py3 compatibility

* Address PR feedback

* Addressed PR feedback

* Fixed typo

* Added example to showcase custom event handler

* Fixed imports as estimator moved to contrib package

* Added a side note to inform about estimator reference being updated by the handlers

* Corrected typo

* update tutorial

* address comments

* new line

* fix import

* fix cached graph

* fix import

* address comments

* fix doc gen

* add softmax

* add to website index

* fix doc string

* Fix doc gen (apache#12)

* fix warining

* fix test

* fix

* fix

* fix print

* fix test (apache#13)

* fix warning (apache#14)

* fix href (apache#15)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
pr-awaiting-review PR is waiting for code review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants