Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/semantic-segmentation
/ DeeperEffB4
Function
DeeperEffB4
network/deeper.py:90–91 ·
view source on GitHub ↗
(num_classes, criterion, s2s4=True)
Source
from the content-addressed store, hash-verified
88
89
90
def
DeeperEffB4(num_classes, criterion, s2s4=True):
91
return
DeeperS8(num_classes, criterion=criterion, trunk=
'efficientnet_b4'
)
Callers
nothing calls this directly
Calls
1
DeeperS8
Class · 0.85
Tested by
no test coverage detected