How do i get storage map footprint of a particular node? Suppose I have a 
model in keras. I found out that it is possible to get debugprint of a node 
(say model.layers[1].output) using theano.printing.debugprint 
(http://stackoverflow.com/questions/36865401/theano-graph-printing-in-keras) 
but I couldn't find a similar function to get storage map footprint of a 
node in the documentation. I would like to monitor the memory usage during 
training using storage map footprint.

Thanks in advance,
Akshay

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"theano-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to theano-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to