You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by gi...@git.apache.org on 2017/08/04 12:46:32 UTC

[GitHub] tomisilander opened a new issue #7333: Imperative Programs Tend to be More Flexible (but do not make much sense ;)

tomisilander opened a new issue #7333: Imperative Programs Tend to be More Flexible (but do not make much sense ;)
URL: https://github.com/apache/incubator-mxnet/issues/7333
 
 
   In  http://mxnet.io/architecture/program_model.html , there is a python code:
   
   ```
   a = 2
   b = a + 1
   d = np.zeros(10)
   for i in range(d):
       d += np.zeros(10)
   ```
   that does not run (range(d) ??) and adding zeros to zeros does not make much sense either.
   I do not really get what is the intended message.
   
   ts.
   
 
----------------------------------------------------------------
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