You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pytorch-image-models/timm/models/layers
Ross Wightman 298fba09ac
Back out some activation hacks trialing upcoming pytorch changes
4 years ago
..
__init__.py Lots of changes to model creation helpers, close to finalizing feature extraction / interfaces 4 years ago
activations.py Back out some activation hacks trialing upcoming pytorch changes 4 years ago
activations_jit.py
activations_me.py
adaptive_avgmax_pool.py
anti_aliasing.py
blur_pool.py
cbam.py
classifier.py Lots of changes to model creation helpers, close to finalizing feature extraction / interfaces 4 years ago
cond_conv2d.py
config.py
conv2d_same.py
conv_bn_act.py
create_act.py Back out some activation hacks trialing upcoming pytorch changes 4 years ago
create_attn.py
create_conv2d.py
create_norm_act.py Add initial impl of CrossStagePartial networks, yet to be trained, not quite the same as darknet cfgs. 5 years ago
drop.py
eca.py
evo_norm.py
helpers.py Lots of changes to model creation helpers, close to finalizing feature extraction / interfaces 4 years ago
inplace_abn.py Add initial impl of CrossStagePartial networks, yet to be trained, not quite the same as darknet cfgs. 5 years ago
median_pool.py
mixed_conv2d.py
norm_act.py
padding.py
pool2d_same.py
se.py Add initial impl of CrossStagePartial networks, yet to be trained, not quite the same as darknet cfgs. 5 years ago
selective_kernel.py
separable_conv.py
space_to_depth.py
split_attn.py
split_batchnorm.py
test_time_pool.py
weight_init.py