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 2019/03/15 19:42:51 UTC

[GitHub] [incubator-mxnet] zjost opened a new issue #14439: Recommender example is broken

zjost opened a new issue #14439: Recommender example is broken
URL: https://github.com/apache/incubator-mxnet/issues/14439
 
 
   Note: Providing complete information in the most concise form is the best way to get help. This issue template serves as the checklist for essential information to most of the technical issues and bug reports. For non-technical issues and feature requests, feel free to present the information in what you believe is the best form.
   
   For Q & A and discussion, please start a discussion thread at https://discuss.mxnet.io 
   
   ## Description
   Symbol used for enumeration in for loops is unintentionally overridden within the loop, which replaces the integer value with an mx.nd.array.  This value is used in the return to scale the results, so it throws an exception.
   
   ## Environment info (Required)
   Ubuntu 16.01.
   
   ```
   What to do:
   1. Download the diagnosis script from https://raw.githubusercontent.com/apache/incubator-mxnet/master/tools/diagnose.py
   2. Run the script using `python diagnose.py` and paste its output here.
   
   ```
   
   Package used (Python/R/Scala/Julia):
   Python
   
   
   ## Steps to reproduce
   Run the example.
   
   ## What have you tried to solve it?
   Submitted #14438 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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