szha commented on pull request #18704:
URL: https://github.com/apache/incubator-mxnet/pull/18704#issuecomment-678889309


   > you can add `with _profiler.scope(self._uuid + ':'):` in 
`_finish_deferred_init` inside `parameter.py`.
   
   The problem with this is that the result will not be meaningful. The memory 
profiler output should reflect which block a parameter belongs to in order to 
properly capture the memory usage of a block. We will need some way of mapping 
the initialization back to the block and not rely on uuid.


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


Reply via email to