mxnet.moduleΒΆ
A module is like a FeedForward model. But we would like to make it easier to compose, similar to Torch modules.
The base class of a module. |
|
This module helps to deal efficiently with varying-length inputs. |
|
Module is a basic module that wrap a Symbol. |
|
A convenient module class that implements many of the module APIs as empty functions. |
|
A convenient module class that implements many of the module APIs as empty functions. |
|
A SequentialModule is a container module that can chain multiple modules together. |