wkcn edited a comment on issue #15743: How can I know where is 10th plus node? URL: https://github.com/apache/incubator-mxnet/issues/15743#issuecomment-517961753 If the model is defined by Gluon, you can cancel the hybridize and set the environment variable MXNET_ENGINE_TYPE. ‘MXNET_ENGINE_TYPE=NaiveEngine python xxx.py’ enable MXNet to execute operators synchronously in single thread. It can be used to debug. If the model is defined by symbol, I think visualizing the network by mxnet.visualization.plot_network is a solution. Maybe others have some better solutions.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to 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
