haojin2 commented on issue #12454: how to print the input/output shape and data URL: https://github.com/apache/incubator-mxnet/issues/12454#issuecomment-418825345 So you want to inspect the contents in the data buffer? It'll be a bit tricky here if your buffer is in GPU context, but if it's in CPU context then you can use `LOG(INFO)` plus the data pointer to print specific elements out.
---------------------------------------------------------------- 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
