aplusc98 opened a new issue #14429: How to get the output of last layer after 
every batch as ndarray?
URL: https://github.com/apache/incubator-mxnet/issues/14429
 
 
   I'm using the Mxnet implementation of Resnet by 
https://github.com/khetan2/mbem and https://github.com/tornadomeet/ResNet/
   I'm using the resnet for a 10 way image classification.
   I use a batch size of 500 and I want to perform a matrix operation on the 
output obtained after the last gully connected layer. I want to access the 
output as NDArray(batch X no of classes i.e. 500 x 10). Till now I'm getting it 
as mxnet symbol and am not able to extract the data referenced with the symbol. 
How do I achieve this?

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

Reply via email to