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/02 13:49:06 UTC

[GitHub] adrianloy commented on issue #8910: Possible Bug in Mxnet when training a Network with no labels

adrianloy commented on issue #8910: Possible Bug in Mxnet when training a Network with no labels
URL: https://github.com/apache/incubator-mxnet/issues/8910#issuecomment-348693278
 
 
   Thanks for your help. I got it to work by writing my own DataIterator. Furthermore, I had to adjust `update_metric` in executor_group as `label_layouts` was set to None which result in errors in `zip()`
   
   So my problem is solved, but you can see this issue as a feature request to adjust mxnet for training models without labels.

----------------------------------------------------------------
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