torch.nn.ModuleList.forward
ModuleList.forward(..._inputs: Tensor[]): TensorForward is not implemented for ModuleList.
Raises an error - you must implement forward() in your container class and manually call the submodules.
Parameters
_inputsTensor[]