Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Project-MONAI/MONAI
/ get_avgpool
Function
get_avgpool
monai/networks/nets/resnet.py:67–68 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
65
66
67
def
get_avgpool():
68
return
[0, 1, (1, 1), (1, 1, 1)]
69
70
71
class
ResNetBlock(nn.Module):
Callers
1
__init__
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…