Class FullConnResNet
The class FullConnResNet
is a subclass of FullConnBaseNet.
It represents a fully connected residual neural network.
MethodsΒΆ
forward(self, inputs)
:inputs
(tensor): The input tensor to the network.- Returns: The output tensor of the network.