.. |
layers
|
Add initial impl of CrossStagePartial networks, yet to be trained, not quite the same as darknet cfgs.
|
2020-07-13 15:01:06 -07:00 |
pruned
|
…
|
|
__init__.py
|
Add initial impl of CrossStagePartial networks, yet to be trained, not quite the same as darknet cfgs.
|
2020-07-13 15:01:06 -07:00 |
csp.py
|
Update CSP ResNets for cross expansion without activation. Fix VovNet IABN compatibility with fixed activation arg.
|
2020-07-13 16:24:55 -07:00 |
densenet.py
|
Working on feature extraction, interfaces refined, a number of models working, some in progress.
|
2020-06-29 18:18:59 -07:00 |
dla.py
|
Merge branch 'master' into densenet_update_and_more
|
2020-05-22 16:18:10 -07:00 |
dpn.py
|
Switch DPN to use BnAct layer, train a new DPN 68b model with RA to 79.21
|
2020-07-12 11:13:06 -07:00 |
efficientnet.py
|
Working on feature extraction, interfaces refined, a number of models working, some in progress.
|
2020-06-29 18:18:59 -07:00 |
efficientnet_blocks.py
|
Fix an an untested change, remove a debug print
|
2020-06-01 17:26:42 -07:00 |
efficientnet_builder.py
|
Working on feature extraction, interfaces refined, a number of models working, some in progress.
|
2020-06-29 18:18:59 -07:00 |
factory.py
|
Add set_layer_config contextmgr to adjust all layer configs at once, use in create_module with new args. Remove a few old warning causing constant annotations for jit.
|
2020-06-02 21:06:10 -07:00 |
feature_hooks.py
|
Working on feature extraction, interfaces refined, a number of models working, some in progress.
|
2020-06-29 18:18:59 -07:00 |
features.py
|
Working on feature extraction, interfaces refined, a number of models working, some in progress.
|
2020-06-29 18:18:59 -07:00 |
gluon_resnet.py
|
Fix another bug, update all gluon resnet models to use new creation method (feature support)
|
2020-06-30 16:44:15 -07:00 |
gluon_xception.py
|
Working on feature extraction, interfaces refined, a number of models working, some in progress.
|
2020-06-29 18:18:59 -07:00 |
helpers.py
|
More model feature extraction support, start to deprecate senet.py, dilations added to regnet, add proper aligned xception
|
2020-07-03 00:41:30 -07:00 |
hrnet.py
|
Add backward and default_cfg tests and fix a few issues found. Fix #153
|
2020-05-21 15:30:58 -07:00 |
inception_resnet_v2.py
|
More model feature extraction support, start to deprecate senet.py, dilations added to regnet, add proper aligned xception
|
2020-07-03 00:41:30 -07:00 |
inception_v3.py
|
Merge branch 'master' into densenet_update_and_more
|
2020-05-22 16:18:10 -07:00 |
inception_v4.py
|
Replace all None by nn.Identity() in all models reset_classifier when False-values num_classes is given.
|
2020-05-06 09:54:03 +03:00 |
mobilenetv3.py
|
Fix another bug, update all gluon resnet models to use new creation method (feature support)
|
2020-06-30 16:44:15 -07:00 |
nasnet.py
|
More model feature extraction support, start to deprecate senet.py, dilations added to regnet, add proper aligned xception
|
2020-07-03 00:41:30 -07:00 |
pnasnet.py
|
More model feature extraction support, start to deprecate senet.py, dilations added to regnet, add proper aligned xception
|
2020-07-03 00:41:30 -07:00 |
registry.py
|
Exclude EfficientNet-L2 models from test
|
2020-05-12 13:07:03 -07:00 |
regnet.py
|
More model feature extraction support, start to deprecate senet.py, dilations added to regnet, add proper aligned xception
|
2020-07-03 00:41:30 -07:00 |
res2net.py
|
Working on feature extraction, interfaces refined, a number of models working, some in progress.
|
2020-06-29 18:18:59 -07:00 |
resnest.py
|
Working on feature extraction, interfaces refined, a number of models working, some in progress.
|
2020-06-29 18:18:59 -07:00 |
resnet.py
|
Significant ResNet refactor:
|
2020-07-05 00:48:12 -07:00 |
selecsls.py
|
Working on feature extraction, interfaces refined, a number of models working, some in progress.
|
2020-06-29 18:18:59 -07:00 |
senet.py
|
More model feature extraction support, start to deprecate senet.py, dilations added to regnet, add proper aligned xception
|
2020-07-03 00:41:30 -07:00 |
sknet.py
|
Working on feature extraction, interfaces refined, a number of models working, some in progress.
|
2020-06-29 18:18:59 -07:00 |
tresnet.py
|
Monster commit, activation refactor, VoVNet, norm_act improvements, more
|
2020-06-01 17:16:52 -07:00 |
vovnet.py
|
Update CSP ResNets for cross expansion without activation. Fix VovNet IABN compatibility with fixed activation arg.
|
2020-07-13 16:24:55 -07:00 |
xception.py
|
Working on feature extraction, interfaces refined, a number of models working, some in progress.
|
2020-06-29 18:18:59 -07:00 |
xception_aligned.py
|
More model feature extraction support, start to deprecate senet.py, dilations added to regnet, add proper aligned xception
|
2020-07-03 00:41:30 -07:00 |