Belle II Software  release-08-01-10
Model Class Reference

Class for the ResNet generator model. More...

Inheritance diagram for Model:
Collaboration diagram for Model:

Public Member Functions

def __init__ (self)
 Constructor to create a new model instance.
 
def forward (self, z)
 Function to perform a forward pass. More...
 

Public Attributes

 fc
 Fully-connected layer.
 
 blocks
 Sequence of residual block layers.
 
 norm
 Batch normalization layer.
 
 conv
 Convolutional layer.
 

Detailed Description

Class for the ResNet generator model.

ResNet generator model.

Definition at line 86 of file resnet.py.

Member Function Documentation

◆ forward()

def forward (   self,
  z 
)

Function to perform a forward pass.

Compute the model output for a given input.

Definition at line 117 of file resnet.py.


The documentation for this class was generated from the following file: