larroy edited a comment on issue #9686: [Discussion] MXNet 2.0 Roadmap (was: 
APIs that might be a good idea to break in 2.0)
URL: 
https://github.com/apache/incubator-mxnet/issues/9686#issuecomment-487181042
 
 
   Would it be good to be able to to add tag / name to ndarrays so when 
executing a graph you know which array is what. This would be an optional name 
as a string to the ndarray constructor. It will also pass this name inside the 
graph. For example when marking variables for autograd we are just setting:
           nnvm::Symbol::CreateVariable("var" + str_c).outputs[0].node, 0, 0};
   
   which is just a number, not very useful. also similar with node_17. It 
doesn't help debugging.

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