[GitHub] javelinjs commented on issue #7878: InferShapeKeyword argument name gt_label_37 not found

2017-11-20 Thread GitBox
javelinjs commented on issue #7878: InferShapeKeyword argument name gt_label_37 
not found
URL: 
https://github.com/apache/incubator-mxnet/issues/7878#issuecomment-345796932
 
 
   Close for now.


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


[GitHub] javelinjs commented on issue #7878: InferShapeKeyword argument name gt_label_37 not found

2017-11-18 Thread GitBox
javelinjs commented on issue #7878: InferShapeKeyword argument name gt_label_37 
not found
URL: 
https://github.com/apache/incubator-mxnet/issues/7878#issuecomment-345426913
 
 
   Actually for `NDArrayIter` you need to stack the data and labels in one 
`NDArray`, instead of a list of.
   Passing a list means the network receives multiple inputs & labels, e.g., if 
you have a network receives 2 images as input and makes a loss between them, 
you pass a list of size 2.
   
   Pls refer to 
https://github.com/apache/incubator-mxnet/blob/master/python/mxnet/io.py#L549 
for examples. 


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