|
Safemotion Lib
|
Public Member Functions | |
| __init__ (self, cfg, in_feat, num_classes) | |
| forward (self, features, targets) | |
| extra_repr (self) | |
Public Attributes | |
| in_feat | |
| s | |
| m | |
| weight | |
Protected Attributes | |
| _num_classes | |
Definition at line 15 of file circle_softmax.py.
| fastreid.layers.circle_softmax.CircleSoftmax.__init__ | ( | self, | |
| cfg, | |||
| in_feat, | |||
| num_classes ) |
Definition at line 16 of file circle_softmax.py.
| fastreid.layers.circle_softmax.CircleSoftmax.extra_repr | ( | self | ) |
Definition at line 42 of file circle_softmax.py.
| fastreid.layers.circle_softmax.CircleSoftmax.forward | ( | self, | |
| features, | |||
| targets ) |
Definition at line 26 of file circle_softmax.py.
|
protected |
Definition at line 19 of file circle_softmax.py.
| fastreid.layers.circle_softmax.CircleSoftmax.in_feat |
Definition at line 18 of file circle_softmax.py.
| fastreid.layers.circle_softmax.CircleSoftmax.m |
Definition at line 21 of file circle_softmax.py.
| fastreid.layers.circle_softmax.CircleSoftmax.s |
Definition at line 20 of file circle_softmax.py.
| fastreid.layers.circle_softmax.CircleSoftmax.weight |
Definition at line 23 of file circle_softmax.py.