marcoabreu commented on a change in pull request #13966: upload example code for snail with gluon URL: https://github.com/apache/incubator-mxnet/pull/13966#discussion_r250089612
########## File path: example/gluon/snail/README.md ########## @@ -0,0 +1,59 @@ +# SNAIL with Gluon + +--- + +Gluon inplementation of [A Simple Neural Attentive Meta-Learniner](https://openreview.net/pdf?id=B1DmUzWAW) + +##### network structore + + +##### building block structure + + +## Requirements +- Python 3.6.1 +- Mxnet 1.2.0 +- pytorch 0.4.0 (only use data loading) Review comment: Could you elaborate on that requirement? I can't find a code-reference to pytorch in your PR (besides the inspiration) ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
