.. |
__init__.py
|
Lots of changes to model creation helpers, close to finalizing feature extraction / interfaces
|
2020-07-17 17:54:26 -07:00 |
activations.py
|
Back out some activation hacks trialing upcoming pytorch changes
|
2020-07-17 18:41:37 -07:00 |
activations_jit.py
|
Monster commit, activation refactor, VoVNet, norm_act improvements, more
|
2020-06-01 17:16:52 -07:00 |
activations_me.py
|
Add custom grad tests, fix cut & paste error with hard_mish ME, add a few more pytorch act fns to factory
|
2020-06-11 14:49:23 -07:00 |
adaptive_avgmax_pool.py
|
Some TResNet cleanup.
|
2020-04-27 13:21:05 -07:00 |
anti_aliasing.py
|
Final blurpool2d cleanup and add resnetblur50 weights, match tresnet Downsample arg order to BlurPool2d for interop
|
2020-05-01 17:00:21 -07:00 |
blur_pool.py
|
Final blurpool2d cleanup and add resnetblur50 weights, match tresnet Downsample arg order to BlurPool2d for interop
|
2020-05-01 17:00:21 -07:00 |
cbam.py
|
Tweak some comments, add SKNet models with weights to sotabench, remove an unused branch
|
2020-02-15 21:18:25 -08:00 |
classifier.py
|
Lots of changes to model creation helpers, close to finalizing feature extraction / interfaces
|
2020-07-17 17:54:26 -07:00 |
cond_conv2d.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 |
config.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 |
conv2d_same.py
|
Monster commit, activation refactor, VoVNet, norm_act improvements, more
|
2020-06-01 17:16:52 -07:00 |
conv_bn_act.py
|
Add ReXNet w/ remapped weights, feature support
|
2020-07-23 10:28:57 -07:00 |
create_act.py
|
Back out some activation hacks trialing upcoming pytorch changes
|
2020-07-17 18:41:37 -07:00 |
create_attn.py
|
Monster commit, activation refactor, VoVNet, norm_act improvements, more
|
2020-06-01 17:16:52 -07:00 |
create_conv2d.py
|
Monster commit, activation refactor, VoVNet, norm_act improvements, more
|
2020-06-01 17:16:52 -07:00 |
create_norm_act.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 |
drop.py
|
Significant ResNet refactor:
|
2020-07-05 00:48:12 -07:00 |
eca.py
|
fix typo in eca
|
2020-04-14 15:20:35 +04:30 |
evo_norm.py
|
Monster commit, activation refactor, VoVNet, norm_act improvements, more
|
2020-06-01 17:16:52 -07:00 |
helpers.py
|
Lots of changes to model creation helpers, close to finalizing feature extraction / interfaces
|
2020-07-17 17:54:26 -07:00 |
inplace_abn.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 |
median_pool.py
|
…
|
|
mixed_conv2d.py
|
Tweak some comments, add SKNet models with weights to sotabench, remove an unused branch
|
2020-02-15 21:18:25 -08:00 |
norm_act.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 |
padding.py
|
Update EfficientNet feature extraction for EfficientDet. Add needed MaxPoolSame as well.
|
2020-04-09 01:41:54 -07:00 |
pool2d_same.py
|
Fix a few issues that came up in tests
|
2020-06-29 21:13:21 -07:00 |
se.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 |
selective_kernel.py
|
Monster commit, activation refactor, VoVNet, norm_act improvements, more
|
2020-06-01 17:16:52 -07:00 |
separable_conv.py
|
Add ReXNet w/ remapped weights, feature support
|
2020-07-23 10:28:57 -07:00 |
space_to_depth.py
|
Remove some CRLF that made it into TResNet merge
|
2020-04-27 13:23:41 -07:00 |
split_attn.py
|
Add ReXNet w/ remapped weights, feature support
|
2020-07-23 10:28:57 -07:00 |
split_batchnorm.py
|
…
|
|
test_time_pool.py
|
Monster commit, activation refactor, VoVNet, norm_act improvements, more
|
2020-06-01 17:16:52 -07:00 |
weight_init.py
|
Remove annoying InceptionV3 dependency on scipy and insanely slow trunc_norm init. Bring InceptionV3 code into this codebase and use upcoming torch trunch_norm_ init.
|
2020-05-12 21:59:34 -07:00 |