![]() |
Belle II Software release-09-00-03
|


Public Member Functions | |
| def | __init__ (self, in_channels, out_channels, which_conv=SNConv2d, which_bn=bn, activation=None, upsample=None, channel_ratio=4) |
| Constructor. | |
| def | forward (self, x, y) |
| forward | |
Public Attributes | |
| out_channels | |
| input channels | |
| hidden_channels | |
| hidden channels | |
| which_bn | |
| which convolution | |
| activation | |
| activation | |
| conv1 | |
| conv1 | |
| conv2 | |
| conv2 | |
| conv3 | |
| conv3 | |
| conv4 | |
| conv4 | |
| bn1 | |
| bn1 | |
| bn2 | |
| bn2 | |
| bn3 | |
| bn3 | |
| bn4 | |
| bn4 | |
| upsample | |
| upsample layers | |
| def __init__ | ( | self, | |
| in_channels, | |||
| out_channels, | |||
which_conv = SNConv2d, |
|||
which_bn = bn, |
|||
activation = None, |
|||
upsample = None, |
|||
channel_ratio = 4 |
|||
| ) |
Constructor.
Definition at line 994 of file ieagan.py.
| def forward | ( | self, | |
| x, | |||
| y | |||
| ) |
forward
Definition at line 1040 of file ieagan.py.