Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
15
class
GradientClipType(Enum):
16
VALUE =
"value"
17
NORM =
"norm"
18
19
20
def
_create_gradient_clipper(cfg: CfgNode) -> _GradientClipper:
Callers
1
_create_gradient_clipper
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected