.. |
_pruned
|
…
|
|
layers
|
…
|
|
__init__.py
|
Merge branch 'master' of https://github.com/seefun/pytorch-image-models into seefun-master
|
2024-02-12 14:59:54 -08:00 |
_builder.py
|
Exploring vit features_only using get_intermediate_layers() as per #2131
|
2024-04-07 11:24:45 -07:00 |
_efficientnet_blocks.py
|
…
|
|
_efficientnet_builder.py
|
…
|
|
_factory.py
|
…
|
|
_features.py
|
Exploring vit features_only using get_intermediate_layers() as per #2131
|
2024-04-07 11:24:45 -07:00 |
_features_fx.py
|
Exploring vit features_only using get_intermediate_layers() as per #2131
|
2024-04-07 11:24:45 -07:00 |
_helpers.py
|
…
|
|
_hub.py
|
…
|
|
_manipulate.py
|
…
|
|
_pretrained.py
|
…
|
|
_prune.py
|
…
|
|
_registry.py
|
…
|
|
beit.py
|
Fix meshgrid deprecation warnings and backward compat with explicit 'ndgrid' and 'meshgrid' fn w/o indexing arg
|
2024-01-27 13:48:33 -08:00 |
byoanet.py
|
…
|
|
byobnet.py
|
…
|
|
cait.py
|
…
|
|
coat.py
|
…
|
|
convit.py
|
…
|
|
convmixer.py
|
…
|
|
convnext.py
|
…
|
|
crossvit.py
|
…
|
|
cspnet.py
|
…
|
|
davit.py
|
Make NormMlpClassifier head reset args consistent with ClassifierHead
|
2024-02-10 16:25:33 -08:00 |
deit.py
|
…
|
|
densenet.py
|
Add missing deprecation mapping for a densenet and xcit model. Fix #2086. Tweak xcit pos embed use of arange for better low prec safety.
|
2024-01-24 22:04:04 -08:00 |
dla.py
|
…
|
|
dpn.py
|
…
|
|
edgenext.py
|
Improve type handling for arange & rel pos embeds, keep calculations in float32 until application (may change to apply in float32 in future). Prevent arange type hijacking by DeepSpeed Zero
|
2024-01-26 16:35:51 -08:00 |
efficientformer.py
|
Fix meshgrid deprecation warnings and backward compat with explicit 'ndgrid' and 'meshgrid' fn w/o indexing arg
|
2024-01-27 13:48:33 -08:00 |
efficientformer_v2.py
|
Fix meshgrid deprecation warnings and backward compat with explicit 'ndgrid' and 'meshgrid' fn w/o indexing arg
|
2024-01-27 13:48:33 -08:00 |
efficientnet.py
|
A few more missed hf hub entries
|
2023-11-23 21:48:14 -08:00 |
efficientvit_mit.py
|
…
|
|
efficientvit_msra.py
|
…
|
|
eva.py
|
Update eva.py (#2058)
|
2023-12-16 15:10:45 -08:00 |
factory.py
|
…
|
|
fastvit.py
|
…
|
|
features.py
|
…
|
|
focalnet.py
|
…
|
|
fx_features.py
|
…
|
|
gcvit.py
|
…
|
|
ghostnet.py
|
…
|
|
hardcorenas.py
|
…
|
|
helpers.py
|
…
|
|
hgnet.py
|
Tweak hgnet before merge
|
2024-02-12 15:00:32 -08:00 |
hrnet.py
|
…
|
|
hub.py
|
…
|
|
inception_next.py
|
…
|
|
inception_resnet_v2.py
|
…
|
|
inception_v3.py
|
…
|
|
inception_v4.py
|
…
|
|
levit.py
|
Fix meshgrid deprecation warnings and backward compat with explicit 'ndgrid' and 'meshgrid' fn w/o indexing arg
|
2024-01-27 13:48:33 -08:00 |
maxxvit.py
|
…
|
|
metaformer.py
|
…
|
|
mlp_mixer.py
|
…
|
|
mobilenetv3.py
|
Add missing hf_hub entry for mobilnetv3_rw
|
2023-11-23 12:44:59 -08:00 |
mobilevit.py
|
…
|
|
mvitv2.py
|
Add missing hf hub entries for mvitv2
|
2023-11-26 21:06:39 -08:00 |
nasnet.py
|
…
|
|
nest.py
|
…
|
|
nextvit.py
|
Fix F.sdpa attn drop prob
|
2024-02-10 20:14:47 -08:00 |
nfnet.py
|
…
|
|
pit.py
|
…
|
|
pnasnet.py
|
…
|
|
pvt_v2.py
|
…
|
|
registry.py
|
…
|
|
regnet.py
|
…
|
|
repghost.py
|
…
|
|
repvit.py
|
…
|
|
res2net.py
|
…
|
|
resnest.py
|
…
|
|
resnet.py
|
A few more missed hf hub entries
|
2023-11-23 21:48:14 -08:00 |
resnetv2.py
|
…
|
|
rexnet.py
|
…
|
|
selecsls.py
|
…
|
|
senet.py
|
…
|
|
sequencer.py
|
…
|
|
sknet.py
|
…
|
|
swin_transformer.py
|
Fix meshgrid deprecation warnings and backward compat with explicit 'ndgrid' and 'meshgrid' fn w/o indexing arg
|
2024-01-27 13:48:33 -08:00 |
swin_transformer_v2.py
|
SwinV2: add configurable act_layer argument
|
2024-03-05 22:04:17 +01:00 |
swin_transformer_v2_cr.py
|
Fix meshgrid deprecation warnings and backward compat with explicit 'ndgrid' and 'meshgrid' fn w/o indexing arg
|
2024-01-27 13:48:33 -08:00 |
tiny_vit.py
|
Make NormMlpClassifier head reset args consistent with ClassifierHead
|
2024-02-10 16:25:33 -08:00 |
tnt.py
|
…
|
|
tresnet.py
|
…
|
|
twins.py
|
…
|
|
vgg.py
|
…
|
|
visformer.py
|
…
|
|
vision_transformer.py
|
Exploring vit features_only using get_intermediate_layers() as per #2131
|
2024-04-07 11:24:45 -07:00 |
vision_transformer_hybrid.py
|
…
|
|
vision_transformer_relpos.py
|
Cleanup imports for vit relpos
|
2024-02-10 21:40:57 -08:00 |
vision_transformer_sam.py
|
…
|
|
volo.py
|
…
|
|
vovnet.py
|
…
|
|
xception.py
|
…
|
|
xception_aligned.py
|
Add droppath and type hint to Xception.
|
2024-01-19 11:15:47 -08:00 |
xcit.py
|
Add missing deprecation mapping for a densenet and xcit model. Fix #2086. Tweak xcit pos embed use of arange for better low prec safety.
|
2024-01-24 22:04:04 -08:00 |