Get Started
Command Line Interface User Guide
Programming Interface User Guide
Practical & Advanced Guides
Bases: GSLayer
GSLayer
Loss function for regression tasks.
The torch.nn.MSELoss is used.
torch.nn.MSELoss
The forward function.
The prediction results.
The training labels.
The loss value.
The number of input dimensions.
int : the number of input dimensions.
The number of output dimensions.
int : the number of output dimensions.