mxnet-gan
mxnet-gan copied to clipboard
Is `grad_req='add'` possible to replace explicit grad saving and adding?
In the GANModule
, grad information is explicitly saved and added again, which may require more memory cost. Is it possible to use grad_req='add'
instead?