eric-haibin-lin opened a new issue #13616: SymbolBlock doesn't print anything URL: https://github.com/apache/incubator-mxnet/issues/13616 When I print a symbolblock loaded from a json file, printing it doesn't help me at all: ``` >>> block = mx.gluon.nn.SymbolBlock.imports('test.json-symbol.json', ['data'], 'test.json-0000.params') SymbolBlock( ) ``` It does not show anything useful to help me understand what is in the block
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
