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


Public Member Functions | |
| def | __init__ (self, channels, which_conv=SNConv2d, reduction=8, attention_kernel_size=3) |
| Constructor. | |
| def | forward (self, x) |
| forward | |
Public Attributes | |
| avg_pool | |
| average pooling | |
| max_pool | |
| max pooling | |
| fc1 | |
| fcl | |
| relu | |
| relu | |
| fc2 | |
| f2c | |
| sigmoid_channel | |
| sigmoid channel | |
| conv_after_concat | |
| convolution after concatenation | |
| sigmoid_spatial | |
| sigmoid_spatial | |
| def __init__ | ( | self, | |
| channels, | |||
which_conv = SNConv2d, |
|||
reduction = 8, |
|||
attention_kernel_size = 3 |
|||
| ) |
Constructor.
Definition at line 687 of file ieagan.py.
| def forward | ( | self, | |
| x | |||
| ) |
forward
Definition at line 723 of file ieagan.py.