Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Sirwenhao/Deep-Learning-Notes
/ densenet121
Function
densenet121
CV/Pytorch_classification/DenseNet/model.py:147–148 ·
view source on GitHub ↗
(**kwargs)
Source
from the content-addressed store, hash-verified
145
return
out
146
147
def
densenet121(**kwargs):
148
return
DenseNet(growth_rate=32, block_config=(6, 12, 24, 16), num_init_features=64, **kwargs)
149
150
151
def
densenet169(**kwargs: Any) -> DenseNet:
Callers
3
main
Function · 0.90
main
Function · 0.90
main
Function · 0.90
Calls
1
DenseNet
Class · 0.85
Tested by
no test coverage detected