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/31 08:33:51 UTC

[GitHub] liuzhi136 opened a new issue #7684: Python3.5 MXNet doesn't execute for loop??

liuzhi136 opened a new issue #7684: Python3.5 MXNet doesn't execute for loop??
URL: https://github.com/apache/incubator-mxnet/issues/7684
 
 
   I try to follow The Custom Iterator section's code in the tutorial page at  https://mxnet.incubator.apache.org/tutorials/basic/data.html.  But I found these two line are never executed!
   data = [mx.nd.array(g(d[1])) for d,g in zip(self._provide_data, self.data_gen)]
   label = [mx.nd.array(g(d[1])) for d,g in zip(self._provide_label, self.label_gen)]
   My python's version is python3.5 and mxnet is 0.95.
   Does any could help to fix this problem?
 
----------------------------------------------------------------
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