|
Safemotion Lib
|
Public Member Functions | |
| __init__ (self, num_features, eps=1e-05, momentum=0.1, weight_freeze=False, bias_freeze=False, weight_init=1.0, bias_init=0.0, **kwargs) | |
Public Attributes | |
| weight | |
| bias | |
Definition at line 23 of file batch_norm.py.
| fastreid.layers.batch_norm.BatchNorm.__init__ | ( | self, | |
| num_features, | |||
| eps = 1e-05, | |||
| momentum = 0.1, | |||
| weight_freeze = False, | |||
| bias_freeze = False, | |||
| weight_init = 1.0, | |||
| bias_init = 0.0, | |||
| ** | kwargs ) |
Reimplemented in fastreid.layers.batch_norm.FrozenBatchNorm, and fastreid.layers.batch_norm.GhostBatchNorm.
Definition at line 24 of file batch_norm.py.
| fastreid.layers.batch_norm.BatchNorm.bias |
Definition at line 28 of file batch_norm.py.
| fastreid.layers.batch_norm.BatchNorm.weight |
Definition at line 27 of file batch_norm.py.