Wallart opened a new issue #16754: Is mirroring working with MXNet 1.5.1 Gluon ?
URL: https://github.com/apache/incubator-mxnet/issues/16754
 
 
   Hello everyone,
   I am currently implementing a Sparse/LogSparse transformer.
   I would like some layers results to be re-computed at backward pass to save 
memory.
   
   I tried the MXNET_BACKWARD_DO_MIRROR env variable.
   My network is hybridizable so I also tried to call 
_set_attr(force_mirroring='True') on the generated symbols.
   
   But, it doesn't seems to have any effect on memory consumption.
   
   Is mirroring supposed to work on Gluon API under MXNet 1.5.1 ?
   

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to