Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HobbitLong/PyContrast
/ __init__
Method
__init__
pycontrast/networks/resnest.py:15–16 ·
view source on GitHub ↗
(self, *args, **kwargs)
Source
from the content-addressed store, hash-verified
13
14
class
DropBlock2D(object):
15
def
__init__(self, *args, **kwargs):
16
raise
NotImplementedError
17
18
19
class
SplAtConv2d(Module):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected