![]() |
Belle II Software release-09-00-03
|
Class for the ResNet generator model. More...


Public Member Functions | |
| def | __init__ (self) |
| Constructor to create a new model instance. | |
| def | forward (self, z) |
| Function to perform a forward pass. | |
Public Attributes | |
| fc | |
| Fully-connected layer. | |
| blocks | |
| Sequence of residual block layers. | |
| norm | |
| Batch normalization layer. | |
| conv | |
| Convolutional layer. | |
Class for the ResNet generator model.
ResNet generator model.
| def __init__ | ( | self | ) |
Constructor to create a new model instance.
Definition at line 91 of file resnet.py.
| 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.