You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2017/12/07 22:50:52 UTC

[GitHub] mbaijal opened a new pull request #8990: Fix Example example/dec/dec.py

mbaijal opened a new pull request #8990: Fix Example example/dec/dec.py
URL: https://github.com/apache/incubator-mxnet/pull/8990
 
 
   ## Description ##
   The example has no README, no description, and does not run with python 3. 
   @piiswrong can you please verify that the changes I have made are valid.
   
   ## Checklist ##
   ### Essentials ###
   - [ ] Passed code style checking (`make lint`)
   - [ ] Changes are complete (i.e. I finished coding on this PR)
   - [ ] All changes have test coverage
   - [ ] For user-facing API changes, API doc string has been updated. For new C++ functions in header files, their functionalities and arguments are well-documented. 
   - [ ] To my best knowledge, examples are either not affected by this change, or have been fixed to be compatible with this change
   
   ### Changes ###
   - [ ] Renamed the folder from dec to deep-embedded-clustering
   - [ ] Added a README.md 
   - [ ] Was incompatible with python 3.x. Added a type conversion where needed. 
   
   ## Comments ##
    - I have verified that the change for python 3.x does not break the example on python 2.x
    - I have not verified the accuracy or validity of results.
   

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


With regards,
Apache Git Services