Skip to content

Class FullConnResNet

The class FullConnResNet is a subclass of FullConnBaseNet. It represents a fully connected residual neural network.

API Documentation

Bases: FullConnBaseNet

forward(inputs)

Apply the network to the input inputs

Parameters:

Name Type Description Default
inputs Tensor

The input \(\mathbb{R}^{N \times N_x}\).

required

Returns:

Type Description
Tensor

The output \(\mathbb{R}^{N \times N_y}\).