.. |
_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
|
Add AttentionExtract helper module
|
2024-05-04 14:10:00 -07:00 |
_builder.py
|
Add features_intermediate() support to coatnet, maxvit, swin* models. Refine feature interface. Start prep of new vit weights.
|
2024-04-30 16:56:33 -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 AttentionExtract helper module
|
2024-05-04 14:10:00 -07:00 |
_helpers.py
|
…
|
|
_hub.py
|
…
|
|
_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
|
More forward_intermediates() updates
|
2024-05-03 16:22:32 -07:00 |
byoanet.py
|
…
|
|
byobnet.py
|
forward_intermediates() support for byob/byoanet models
|
2024-05-04 14:06:52 -07:00 |
cait.py
|
More forward_intermediates() updates
|
2024-05-03 16:22:32 -07:00 |
coat.py
|
…
|
|
convit.py
|
…
|
|
convmixer.py
|
…
|
|
convnext.py
|
Fix early stop for efficientnet/mobilenetv3 fwd inter. Fix indices typing for all fwd inter.
|
2024-05-04 10:21:58 -07:00 |
crossvit.py
|
…
|
|
cspnet.py
|
forward_head(), consistent pre_logits handling to reduce likelihood of people manually replacing .head module having issues
|
2024-04-09 21:54:59 -07:00 |
davit.py
|
attention -> attn in davit for model consistency
|
2024-05-04 14:06:11 -07:00 |
deit.py
|
More forward_intermediates() & features_only work
|
2024-04-09 21:29:16 -07:00 |
densenet.py
|
…
|
|
dla.py
|
…
|
|
dpn.py
|
…
|
|
edgenext.py
|
…
|
|
efficientformer.py
|
Fix early stop for efficientnet/mobilenetv3 fwd inter. Fix indices typing for all fwd inter.
|
2024-05-04 10:21:58 -07:00 |
efficientformer_v2.py
|
…
|
|
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
|
…
|
|
efficientvit_msra.py
|
…
|
|
eva.py
|
Remove debug / staging code
|
2024-05-10 22:16:34 -07:00 |
factory.py
|
…
|
|
fastvit.py
|
…
|
|
features.py
|
…
|
|
focalnet.py
|
forward_head(), consistent pre_logits handling to reduce likelihood of people manually replacing .head module having issues
|
2024-04-09 21:54:59 -07:00 |
fx_features.py
|
…
|
|
gcvit.py
|
forward_head(), consistent pre_logits handling to reduce likelihood of people manually replacing .head module having issues
|
2024-04-09 21:54:59 -07:00 |
ghostnet.py
|
…
|
|
hardcorenas.py
|
…
|
|
helpers.py
|
…
|
|
hgnet.py
|
…
|
|
hrnet.py
|
Fix #2139, disable strict weight loading when head changes from classification
|
2024-04-09 08:41:37 -07:00 |
hub.py
|
…
|
|
inception_next.py
|
…
|
|
inception_resnet_v2.py
|
…
|
|
inception_v3.py
|
…
|
|
inception_v4.py
|
…
|
|
levit.py
|
Fix early stop for efficientnet/mobilenetv3 fwd inter. Fix indices typing for all fwd inter.
|
2024-05-04 10:21:58 -07:00 |
maxxvit.py
|
Fix early stop for efficientnet/mobilenetv3 fwd inter. Fix indices typing for all fwd inter.
|
2024-05-04 10:21:58 -07:00 |
metaformer.py
|
…
|
|
mlp_mixer.py
|
forward_intermediates() for MlpMixer models and RegNet.
|
2024-05-04 10:21:03 -07:00 |
mobilenetv3.py
|
Fix early stop for efficientnet/mobilenetv3 fwd inter. Fix indices typing for all fwd inter.
|
2024-05-04 10:21:58 -07:00 |
mobilevit.py
|
…
|
|
mvitv2.py
|
Fix early stop for efficientnet/mobilenetv3 fwd inter. Fix indices typing for all fwd inter.
|
2024-05-04 10:21:58 -07:00 |
nasnet.py
|
…
|
|
nest.py
|
…
|
|
nextvit.py
|
…
|
|
nfnet.py
|
…
|
|
pit.py
|
…
|
|
pnasnet.py
|
…
|
|
pvt_v2.py
|
…
|
|
registry.py
|
…
|
|
regnet.py
|
forward_intermediates() for MlpMixer models and RegNet.
|
2024-05-04 10:21:03 -07:00 |
repghost.py
|
…
|
|
repvit.py
|
…
|
|
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
|
forward_head(), consistent pre_logits handling to reduce likelihood of people manually replacing .head module having issues
|
2024-04-09 21:54:59 -07:00 |
rexnet.py
|
…
|
|
selecsls.py
|
…
|
|
senet.py
|
…
|
|
sequencer.py
|
…
|
|
sknet.py
|
…
|
|
swin_transformer.py
|
Fix early stop for efficientnet/mobilenetv3 fwd inter. Fix indices typing for all fwd inter.
|
2024-05-04 10:21:58 -07:00 |
swin_transformer_v2.py
|
Fix early stop for efficientnet/mobilenetv3 fwd inter. Fix indices typing for all fwd inter.
|
2024-05-04 10:21:58 -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
|
…
|
|
tnt.py
|
…
|
|
tresnet.py
|
…
|
|
twins.py
|
Fix early stop for efficientnet/mobilenetv3 fwd inter. Fix indices typing for all fwd inter.
|
2024-05-04 10:21:58 -07:00 |
vgg.py
|
…
|
|
visformer.py
|
…
|
|
vision_transformer.py
|
Remove debug / staging code
|
2024-05-10 22:16:34 -07:00 |
vision_transformer_hybrid.py
|
More forward_intermediates() / FeatureGetterNet work
|
2024-04-10 15:11:34 -07:00 |
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 |
volo.py
|
More forward_intermediates() updates
|
2024-05-03 16:22:32 -07:00 |
vovnet.py
|
forward_head(), consistent pre_logits handling to reduce likelihood of people manually replacing .head module having issues
|
2024-04-09 21:54:59 -07:00 |
xception.py
|
…
|
|
xception_aligned.py
|
forward_head(), consistent pre_logits handling to reduce likelihood of people manually replacing .head module having issues
|
2024-04-09 21:54:59 -07:00 |
xcit.py
|
More forward_intermediates() updates
|
2024-05-03 16:22:32 -07:00 |