.. |
_pruned
|
…
|
|
layers
|
…
|
|
__init__.py
|
add rdnet
|
2024-08-01 14:49:21 +09:00 |
_builder.py
|
…
|
|
_efficientnet_blocks.py
|
Add mobilenet edgetpu defs for exp, add ol mobilenet v1 back for completeness / comparison
|
2024-06-13 17:33:04 -07:00 |
_efficientnet_builder.py
|
Add xavier_uniform init of MNVC hybrid attention modules. Small improvement in training stability.
|
2024-07-26 17:03:40 -07:00 |
_factory.py
|
…
|
|
_features.py
|
Fix #2242 add checks for out indices with intermediate getter mode
|
2024-07-23 08:19:09 -07:00 |
_features_fx.py
|
Fix jit.script breaking with features_fx
|
2024-06-28 03:58:51 +00:00 |
_helpers.py
|
_orig_mod still causing issues even though I thought it was fixed in pytorch, add unwrap / clean helpers
|
2024-07-19 11:03:45 -07:00 |
_hub.py
|
…
|
|
_manipulate.py
|
…
|
|
_pretrained.py
|
…
|
|
_prune.py
|
…
|
|
_registry.py
|
…
|
|
beit.py
|
Merge pull request #2225 from huggingface/small_things
|
2024-07-25 20:29:13 -07:00 |
byoanet.py
|
…
|
|
byobnet.py
|
Merge pull request #2225 from huggingface/small_things
|
2024-07-25 20:29:13 -07:00 |
cait.py
|
Fix issue where feature out_indices out of order after wrapping with FeatureGetterNet due to use of set()
|
2024-07-22 13:33:30 -07:00 |
coat.py
|
…
|
|
convit.py
|
set_input_size initial impl for vit & swin v1. Move HybridEmbed to own location in timm/layers
|
2024-07-17 15:25:48 -07:00 |
convmixer.py
|
…
|
|
convnext.py
|
Fix issue where feature out_indices out of order after wrapping with FeatureGetterNet due to use of set()
|
2024-07-22 13:33:30 -07:00 |
crossvit.py
|
…
|
|
cspnet.py
|
Remove separate ConvNormActAa class, merge with ConvNormAct
|
2024-06-10 12:05:35 -07:00 |
davit.py
|
cleanup davit padding
|
2024-06-22 12:06:46 -07:00 |
deit.py
|
…
|
|
densenet.py
|
…
|
|
dla.py
|
…
|
|
dpn.py
|
…
|
|
edgenext.py
|
…
|
|
efficientformer.py
|
Fix issue where feature out_indices out of order after wrapping with FeatureGetterNet due to use of set()
|
2024-07-22 13:33:30 -07:00 |
efficientformer_v2.py
|
…
|
|
efficientnet.py
|
Add mobilenet_edgetpu_v2_m weights
|
2024-07-28 17:19:36 -07:00 |
efficientvit_mit.py
|
…
|
|
efficientvit_msra.py
|
…
|
|
eva.py
|
Merge pull request #2225 from huggingface/small_things
|
2024-07-25 20:29:13 -07:00 |
factory.py
|
…
|
|
fastvit.py
|
Fix issue where feature out_indices out of order after wrapping with FeatureGetterNet due to use of set()
|
2024-07-22 13:33:30 -07:00 |
features.py
|
…
|
|
focalnet.py
|
…
|
|
fx_features.py
|
…
|
|
gcvit.py
|
…
|
|
ghostnet.py
|
Some missed reset_classifier() type annotations
|
2024-06-16 10:39:27 -07:00 |
hardcorenas.py
|
…
|
|
helpers.py
|
…
|
|
hgnet.py
|
…
|
|
hiera.py
|
Merge pull request #2225 from huggingface/small_things
|
2024-07-25 20:29:13 -07:00 |
hrnet.py
|
Fix typo in type annotations in timm.models.hrnet
|
2024-07-08 00:53:16 +02:00 |
hub.py
|
…
|
|
inception_next.py
|
…
|
|
inception_resnet_v2.py
|
…
|
|
inception_v3.py
|
…
|
|
inception_v4.py
|
Some missed reset_classifier() type annotations
|
2024-06-16 10:39:27 -07:00 |
levit.py
|
Fix issue where feature out_indices out of order after wrapping with FeatureGetterNet due to use of set()
|
2024-07-22 13:33:30 -07:00 |
maxxvit.py
|
Fix issue where feature out_indices out of order after wrapping with FeatureGetterNet due to use of set()
|
2024-07-22 13:33:30 -07:00 |
metaformer.py
|
Some missed reset_classifier() type annotations
|
2024-06-16 10:39:27 -07:00 |
mlp_mixer.py
|
Fix issue where feature out_indices out of order after wrapping with FeatureGetterNet due to use of set()
|
2024-07-22 13:33:30 -07:00 |
mobilenetv3.py
|
Merge pull request #2225 from huggingface/small_things
|
2024-07-25 20:29:13 -07:00 |
mobilevit.py
|
…
|
|
mvitv2.py
|
Fix issue where feature out_indices out of order after wrapping with FeatureGetterNet due to use of set()
|
2024-07-22 13:33:30 -07:00 |
nasnet.py
|
Some missed reset_classifier() type annotations
|
2024-06-16 10:39:27 -07:00 |
nest.py
|
…
|
|
nextvit.py
|
…
|
|
nfnet.py
|
…
|
|
pit.py
|
…
|
|
pnasnet.py
|
Some missed reset_classifier() type annotations
|
2024-06-16 10:39:27 -07:00 |
pvt_v2.py
|
…
|
|
rdnet.py
|
add rdnet
|
2024-08-01 14:49:21 +09:00 |
registry.py
|
…
|
|
regnet.py
|
Fix issue where feature out_indices out of order after wrapping with FeatureGetterNet due to use of set()
|
2024-07-22 13:33:30 -07:00 |
repghost.py
|
…
|
|
repvit.py
|
…
|
|
res2net.py
|
…
|
|
resnest.py
|
…
|
|
resnet.py
|
Merge pull request #2225 from huggingface/small_things
|
2024-07-25 20:29:13 -07:00 |
resnetv2.py
|
…
|
|
rexnet.py
|
Some missed reset_classifier() type annotations
|
2024-06-16 10:39:27 -07:00 |
selecsls.py
|
Some missed reset_classifier() type annotations
|
2024-06-16 10:39:27 -07:00 |
senet.py
|
Some missed reset_classifier() type annotations
|
2024-06-16 10:39:27 -07:00 |
sequencer.py
|
…
|
|
sknet.py
|
…
|
|
swin_transformer.py
|
Merge pull request #2225 from huggingface/small_things
|
2024-07-25 20:29:13 -07:00 |
swin_transformer_v2.py
|
Merge pull request #2225 from huggingface/small_things
|
2024-07-25 20:29:13 -07:00 |
swin_transformer_v2_cr.py
|
Merge pull request #2225 from huggingface/small_things
|
2024-07-25 20:29:13 -07:00 |
tiny_vit.py
|
…
|
|
tnt.py
|
…
|
|
tresnet.py
|
Remove separate ConvNormActAa class, merge with ConvNormAct
|
2024-06-10 12:05:35 -07:00 |
twins.py
|
Fix issue where feature out_indices out of order after wrapping with FeatureGetterNet due to use of set()
|
2024-07-22 13:33:30 -07:00 |
vgg.py
|
…
|
|
visformer.py
|
…
|
|
vision_transformer.py
|
Merge pull request #2225 from huggingface/small_things
|
2024-07-25 20:29:13 -07:00 |
vision_transformer_hybrid.py
|
set_input_size initial impl for vit & swin v1. Move HybridEmbed to own location in timm/layers
|
2024-07-17 15:25:48 -07:00 |
vision_transformer_relpos.py
|
Fix issue where feature out_indices out of order after wrapping with FeatureGetterNet due to use of set()
|
2024-07-22 13:33:30 -07:00 |
vision_transformer_sam.py
|
Fix issue where feature out_indices out of order after wrapping with FeatureGetterNet due to use of set()
|
2024-07-22 13:33:30 -07:00 |
vitamin.py
|
set_input_size initial impl for vit & swin v1. Move HybridEmbed to own location in timm/layers
|
2024-07-17 15:25:48 -07:00 |
volo.py
|
Fix issue where feature out_indices out of order after wrapping with FeatureGetterNet due to use of set()
|
2024-07-22 13:33:30 -07:00 |
vovnet.py
|
Some missed reset_classifier() type annotations
|
2024-06-16 10:39:27 -07:00 |
xception.py
|
Some missed reset_classifier() type annotations
|
2024-06-16 10:39:27 -07:00 |
xception_aligned.py
|
Some missed reset_classifier() type annotations
|
2024-06-16 10:39:27 -07:00 |
xcit.py
|
Fix issue where feature out_indices out of order after wrapping with FeatureGetterNet due to use of set()
|
2024-07-22 13:33:30 -07:00 |