anujsrc opened a new pull request #13393: Fixes #13388 Adds Clojure to MXNet 
installation docs
URL: https://github.com/apache/incubator-mxnet/pull/13393
 
 
   ## Description ##
   Adds Clojure installation docs to MXNet website
   
   ## 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](https://issues.apache.org/jira/projects/MXNET/issues) 
created (except PRs with tiny changes)
   - [x] 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
   - [x] To the my best knowledge, examples are either not affected by this 
change, or have been fixed to be compatible with this change
   
   ### Changes ###
   - [x] Enables Clojure installation docs for Linux CPU and GPU
   - [x] Enables Clojure installation docs for MacOS CPU
   - [x] Adds placeholder for MacOS GPU and Windows installation docs
   
   ## Comments ##
   - To validate the changes, built the docs in Python virtual environment via 
``make docs USE_OPENMP=1``
   - Here are the screenshots for Clojure tab placement and related docs:
   
   #### MXNet-Clojure Linux CPU
   
![mxnet-clojure-linux-cpu](https://user-images.githubusercontent.com/1001682/48971477-3efad800-f040-11e8-827f-7d52aaad26b2.png)
   
   #### MXNet-Clojure Linux GPU
   
![mxnet-clojure-linux-gpu](https://user-images.githubusercontent.com/1001682/48971484-56d25c00-f040-11e8-89a8-05bbddf9669b.png)
   
   #### MXNet-Clojure MacOS CPU
   
![mxnet-clojure-macos-cpu](https://user-images.githubusercontent.com/1001682/48971486-605bc400-f040-11e8-99c6-6cda6c5c1b80.png)
   
   #### MXNet-Clojure MacOS GPU
   
![mxnet-clojure-macos-gpu](https://user-images.githubusercontent.com/1001682/48971488-68b3ff00-f040-11e8-9cb0-bb564c0848e5.png)
   
   #### MXNet-Clojure Windows CPU
   
![mxnet-clojure-windows-cpu](https://user-images.githubusercontent.com/1001682/48971492-710c3a00-f040-11e8-9e32-0c3006ed944f.png)
   
   #### MXNet-Clojure Windows GPU
   
![mxnet-clojure-windows-gpu](https://user-images.githubusercontent.com/1001682/48971500-77021b00-f040-11e8-88bc-32289b74b9ef.png)

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to