MCPcopy 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
90def DeeperEffB4(num_classes, criterion, s2s4=True):
91 return DeeperS8(num_classes, criterion=criterion, trunk='efficientnet_b4')

Callers

nothing calls this directly

Calls 1

DeeperS8Class · 0.85

Tested by

no test coverage detected