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


Public Member Functions | |
| def | __init__ (self, output_size, eps=1e-5, momentum=0.1, cross_replica=False, mybn=False) |
| Constructor. | |
| def | forward (self, x) |
| forward | |
Public Attributes | |
| output_size | |
| output size | |
| gain | |
| Prepare gain and bias layers. | |
| bias | |
| bias | |
| eps | |
| epsilon to avoid dividing by 0 | |
| momentum | |
| Momentum. | |
| cross_replica | |
| Use cross-replica batchnorm? | |
| mybn | |
| Use my batchnorm? | |
| def __init__ | ( | self, | |
| output_size, | |||
eps = 1e-5, |
|||
momentum = 0.1, |
|||
cross_replica = False, |
|||
mybn = False |
|||
| ) |
Constructor.
Definition at line 466 of file ieagan.py.
| def forward | ( | self, | |
| x | |||
| ) |
forward
Definition at line 498 of file ieagan.py.