MCPcopy Create free account
hub / github.com/AtlasAnalyticsLab/AdaFisher / _densenet

Function _densenet

Image_Classification/src/models/densenet.py:225–228  ·  view source on GitHub ↗
(arch, growth_rate, block_config, num_init_features,
              **kwargs)

Source from the content-addressed store, hash-verified

223
224
225def _densenet(arch, growth_rate, block_config, num_init_features,
226 **kwargs):
227 model = DenseNet(growth_rate, block_config, num_init_features, **kwargs)
228 return model
229
230
231def densenet121(**kwargs):

Callers 4

densenet121Function · 0.85
densenet161Function · 0.85
densenet169Function · 0.85
densenet201Function · 0.85

Calls 1

DenseNetClass · 0.70

Tested by

no test coverage detected