aaronmarkham commented on issue #12790: Extending the DCGAN example implemented by gluon API to provide a more straight-forward evaluation on the generated image URL: https://github.com/apache/incubator-mxnet/pull/12790#issuecomment-430774525 I don't think anything in /example gets tested with CI. If there are items in there that are sufficiently important, I would like to see them moved to /tutorials and have tests. Often the only difference between examples and tutorials seems to be that tutorials are authored in .md and can be converted to .ipynb, and examples are .py files with associated datasets and readmes. This is a bigger discussion, but my strong preference would be a hybrid approach where the core file is .md, converts to ipynb, and calls whatever .py helper files it needs to demonstrate whatever it is doing. Thereby, we get really fleshed out usage examples that can also be tested by CI, and will be represented on the website in html format and have a "download ipynb" button.
---------------------------------------------------------------- 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
