mxnet
mxnet copied to clipboard
upload snail for gluon
Description
upload example for snail code SNAIL(A Simple Neural Attentive Meta-Learniner) is a kind of meta-learning algorithm. Train network using omniglot dataset
Checklist
Essentials
Please feel free to remove inapplicable items for your PR.
- [ ] The PR title starts with [MXNET-$JIRA_ID], where $JIRA_ID refers to the relevant JIRA issue created (except PRs with tiny changes)
- [ ] Changes are complete (i.e. I finished coding on this PR)
- [ ] All changes have test coverage:
- Unit tests are added for small changes to verify correctness (e.g. adding a new operator)
- Nightly tests are added for complicated/long-running ones (e.g. changing distributed kvstore)
- Build tests will be added for build configuration changes (e.g. adding a new build option with NCCL)
- [ ] Code is well-documented:
- For user-facing API changes, API doc string has been updated.
- For new C++ functions in header files, their functionalities and arguments are documented.
- For new examples, README.md is added to explain the what the example does, the source of the dataset, expected performance on test set and reference to the original paper if applicable
- Check the API doc at http://mxnet-ci-doc.s3-accelerate.dualstack.amazonaws.com/PR-$PR_ID/$BUILD_ID/index.html
- [ ] To the my best knowledge, examples are either not affected by this change, or have been fixed to be compatible with this change
Changes
- [ ] Feature1, tests, (and when applicable, API doc)
- [ ] Feature2, tests, (and when applicable, API doc)
Comments
- reset previous pr #13966
@mxnet-label-bot add [Gluon, Example, pr-awaiting-review]
@szha @eric-haibin-lin This PR is ready for your review, please take a look, thanks!
@szha @eric-haibin-lin Could you please help review? thanks
@szha Ping for review :)
@ThomasDelteil Can you help review this PR?
@cgraywang you may be interested
@ThomasDelteil @thomelane can you please review this example. Thanks
@seujung Thanks for your contribution! @ThomasDelteil , @szha @cgraywang Could you please review this PR? Thanks!
@ThomasDelteil @cgraywang could you help review? thanks
Is there anyone to review my code? I think my PR is still pending.
Please execute pylint on these files using ci/other/pylintrc in incubator-mxnet folder. Something like this pylint --rcfile=ci/other/pylintrc --ignore-patterns="..so$$,..dll$$,..dylib$$" example/gluon/snail/*.py
@seujung Could you please address @vandanavk comments?
@vandanavk @karan6181 I execute the code and the result is as folliw.
pylint --rcfile=ci/other/pylintrc --ignore-patterns="..so$$,..dll$$,..dylib$$" example/gluon/snail/*.py
Using config file /Users/digit82/git_repo/incubator-mxnet/ci/other/pylintrc
--------------------------------------------------------------------
Your code has been rated at 10.00/10 (previous run: 10.00/10, +0.00)
@ThomasDelteil Can you review this PR ?
@ThomasDelteil @cgraywang Could you please review this PR? Thanks!