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