ThomasDelteil commented on issue #10093: Cannot print summary of models loaded 
from onnx-mxnet
URL: 
https://github.com/apache/incubator-mxnet/issues/10093#issuecomment-372875127
 
 
   work around:
   `sym.save('symbol.json')`
   replace the "True" and "False" with "1" and "0"
   `sym = mx.sym.load('symbol.json')`

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

Reply via email to