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/11/18 00:38:21 UTC

[GitHub] piiswrong commented on issue #8700: running Gluon's SymbolBlock seems to give a List type instead of Nd.array type

piiswrong commented on issue #8700: running Gluon's SymbolBlock seems to give a List type instead of Nd.array type
URL: https://github.com/apache/incubator-mxnet/issues/8700#issuecomment-345402589
 
 
   Because you specified output to be
   `outputs = [internals['resnetv10_flatten0_reshape0_output']]`
   notice the list.
   You should instead set it to
   `outputs = internals['resnetv10_flatten0_reshape0_output']`
   

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