pytorch-image-models/timm/models
Ross Wightman b2c0aeb0ec Merge branch 'main' of https://github.com/Beckschen/pytorch-image-models into Beckschen-vitamin 2024-06-02 14:16:30 -07:00
..
_pruned
layers Remove JIT activations, take jit out of ME activations. Remove other instances of torch.jit.script. Breaks torch.compile and is much less performant. Remove SpaceToDepthModule 2024-05-06 16:32:49 -07:00
__init__.py Merge branch 'main' of https://github.com/Beckschen/pytorch-image-models into Beckschen-vitamin 2024-06-02 14:16:30 -07:00
_builder.py Support loading of paligemma weights into GAP variants of SigLIP ViT. Minor tweak to npz loading for packed transformer weights. 2024-05-14 15:44:37 -07:00
_efficientnet_blocks.py
_efficientnet_builder.py
_factory.py
_features.py Add AttentionExtract helper module 2024-05-04 14:10:00 -07:00
_features_fx.py Add regex matching support to AttentionExtract. Add return_dict support to graph extractors and use returned output in AttentionExtractor 2024-05-22 14:33:39 -07:00
_helpers.py
_hub.py Support loading of paligemma weights into GAP variants of SigLIP ViT. Minor tweak to npz loading for packed transformer weights. 2024-05-14 15:44:37 -07:00
_manipulate.py
_pretrained.py
_prune.py
_registry.py Add forward_intermediates() to efficientnet / mobilenetv3 based models as an exercise. 2024-05-02 14:19:16 -07:00
beit.py Add typing to reset_classifier() on other models 2024-05-12 11:12:00 -07:00
byoanet.py
byobnet.py forward_intermediates() support for byob/byoanet models 2024-05-04 14:06:52 -07:00
cait.py Add typing to reset_classifier() on other models 2024-05-12 11:12:00 -07:00
coat.py Add typing to reset_classifier() on other models 2024-05-12 11:12:00 -07:00
convit.py Add typing to reset_classifier() on other models 2024-05-12 11:12:00 -07:00
convmixer.py Add typing to reset_classifier() on other models 2024-05-12 11:12:00 -07:00
convnext.py Add typing to reset_classifier() on other models 2024-05-12 11:12:00 -07:00
crossvit.py Add typing to reset_classifier() on other models 2024-05-12 11:12:00 -07:00
cspnet.py
davit.py Add typing to reset_classifier() on other models 2024-05-12 11:12:00 -07:00
deit.py Add typing to reset_classifier() on other models 2024-05-12 11:12:00 -07:00
densenet.py
dla.py
dpn.py
edgenext.py Add typing to reset_classifier() on other models 2024-05-12 11:12:00 -07:00
efficientformer.py Add typing to reset_classifier() on other models 2024-05-12 11:12:00 -07:00
efficientformer_v2.py Add typing to reset_classifier() on other models 2024-05-12 11:12:00 -07:00
efficientnet.py Fix early stop for efficientnet/mobilenetv3 fwd inter. Fix indices typing for all fwd inter. 2024-05-04 10:21:58 -07:00
efficientvit_mit.py Add typing to reset_classifier() on other models 2024-05-12 11:12:00 -07:00
efficientvit_msra.py Add typing to reset_classifier() on other models 2024-05-12 11:12:00 -07:00
eva.py Add typing to reset_classifier() on other models 2024-05-12 11:12:00 -07:00
factory.py
fastvit.py Add typing to reset_classifier() on other models 2024-05-12 11:12:00 -07:00
features.py
focalnet.py Add typing to reset_classifier() on other models 2024-05-12 11:12:00 -07:00
fx_features.py
gcvit.py Add typing to reset_classifier() on other models 2024-05-12 11:12:00 -07:00
ghostnet.py
hardcorenas.py
helpers.py
hgnet.py
hiera.py Hiera weights on hub 2024-05-13 11:43:22 -07:00
hrnet.py
hub.py
inception_next.py
inception_resnet_v2.py
inception_v3.py
inception_v4.py
levit.py Add typing to reset_classifier() on other models 2024-05-12 11:12:00 -07:00
maxxvit.py Add typing to reset_classifier() on other models 2024-05-12 11:12:00 -07:00
metaformer.py
mlp_mixer.py Add typing to reset_classifier() on other models 2024-05-12 11:12:00 -07:00
mobilenetv3.py Remove a duplicate function in mobilenetv3.py: `_gen_lcnet` is repeated in mobilenetv3.py.Remove the duplicate code. 2024-05-15 17:59:34 +08:00
mobilevit.py
mvitv2.py Add typing to reset_classifier() on other models 2024-05-12 11:12:00 -07:00
nasnet.py
nest.py
nextvit.py Fix reparameterize for NextViT. Fix #2187 2024-05-27 14:48:58 -07:00
nfnet.py
pit.py Add typing to reset_classifier() on other models 2024-05-12 11:12:00 -07:00
pnasnet.py
pvt_v2.py Add typing to reset_classifier() on other models 2024-05-12 11:12:00 -07:00
registry.py
regnet.py forward_intermediates() for MlpMixer models and RegNet. 2024-05-04 10:21:03 -07:00
repghost.py
repvit.py Add typing to reset_classifier() on other models 2024-05-12 11:12:00 -07:00
res2net.py
resnest.py
resnet.py Fix early stop for efficientnet/mobilenetv3 fwd inter. Fix indices typing for all fwd inter. 2024-05-04 10:21:58 -07:00
resnetv2.py
rexnet.py
selecsls.py
senet.py
sequencer.py Add typing to reset_classifier() on other models 2024-05-12 11:12:00 -07:00
sknet.py
swin_transformer.py Add typing to reset_classifier() on other models 2024-05-12 11:12:00 -07:00
swin_transformer_v2.py Add typing to reset_classifier() on other models 2024-05-12 11:12:00 -07:00
swin_transformer_v2_cr.py Fix early stop for efficientnet/mobilenetv3 fwd inter. Fix indices typing for all fwd inter. 2024-05-04 10:21:58 -07:00
tiny_vit.py Add typing to reset_classifier() on other models 2024-05-12 11:12:00 -07:00
tnt.py Add typing to reset_classifier() on other models 2024-05-12 11:12:00 -07:00
tresnet.py Add typing to reset_classifier() on other models 2024-05-12 11:12:00 -07:00
twins.py Add typing to reset_classifier() on other models 2024-05-12 11:12:00 -07:00
vgg.py
visformer.py
vision_transformer.py Add vit_little in12k + in12k-ft-in1k weights 2024-05-27 14:56:03 -07:00
vision_transformer_hybrid.py
vision_transformer_relpos.py More forward_intermediates() updates 2024-05-03 16:22:32 -07:00
vision_transformer_sam.py Fix early stop for efficientnet/mobilenetv3 fwd inter. Fix indices typing for all fwd inter. 2024-05-04 10:21:58 -07:00
vitamin.py Add link to model weights on Hugging Face 2024-05-17 06:51:35 -04:00
volo.py Add typing to reset_classifier() on other models 2024-05-12 11:12:00 -07:00
vovnet.py
xception.py
xception_aligned.py
xcit.py More forward_intermediates() updates 2024-05-03 16:22:32 -07:00