MCPcopy Create free account
hub / github.com/PeizeSun/SparseR-CNN / GradientClipType

Class GradientClipType

detectron2/solver/build.py:15–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13
14
15class GradientClipType(Enum):
16 VALUE = "value"
17 NORM = "norm"
18
19
20def _create_gradient_clipper(cfg: CfgNode) -> _GradientClipper:

Callers 1

_create_gradient_clipperFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected