The backward mirroring functionality, which can greatly reduce the memory requirement in training deep networks, is missing in the Gluon interface. Currently, we have the support in our symbolic API but do not have the support in Gluon, see https://github.com/apache/incubator-mxnet/pull/18228. We may add the support to Gluon.
The backward mirroring functionality, which can greatly reduce the memory requirement in training deep networks, is missing in the Gluon interface.
Currently, we have the support in our symbolic API but do not have the support in Gluon, see #18228. We may add the support to Gluon.