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.
Jasha10
56c3a84db3
Update type hint for `register_notrace_module`
register_notrace_module is used to decorate types (i.e. subclasses of nn.Module).
It is not called on module instances.
|
2 years ago |
.. |
layers
|
…
|
|
pruned
|
…
|
|
__init__.py
|
…
|
|
beit.py
|
Remove some redundant requires_grad=True from nn.Parameter in third party code
|
2 years ago |
byoanet.py
|
…
|
|
byobnet.py
|
…
|
|
cait.py
|
Remove some redundant requires_grad=True from nn.Parameter in third party code
|
2 years ago |
coat.py
|
…
|
|
convit.py
|
…
|
|
convmixer.py
|
…
|
|
convnext.py
|
Add dilation support to convnext, allows output_stride=8 and 16 use. Fix #1341
|
2 years ago |
crossvit.py
|
…
|
|
cspnet.py
|
Add cs3sedarknet_x weights w/ 82.65 @ 288 top1. Add 2 cs3 edgenet models (w/ 3x3-1x1 block), remove aa from cspnet blocks (not needed)
|
2 years ago |
deit.py
|
Unbreak gamma remap impacting beit checkpoint load, version bump to 0.6.4
|
2 years ago |
densenet.py
|
…
|
|
dla.py
|
…
|
|
dpn.py
|
…
|
|
edgenext.py
|
x and xx small edgenext models do benefit from larger test input size
|
2 years ago |
efficientnet.py
|
…
|
|
efficientnet_blocks.py
|
…
|
|
efficientnet_builder.py
|
…
|
|
factory.py
|
…
|
|
features.py
|
…
|
|
fx_features.py
|
Update type hint for `register_notrace_module`
|
2 years ago |
ghostnet.py
|
…
|
|
gluon_resnet.py
|
…
|
|
gluon_xception.py
|
…
|
|
hardcorenas.py
|
…
|
|
helpers.py
|
…
|
|
hrnet.py
|
Ensure all model entrypoint fn default to `pretrained=False` (a few didn't)
|
2 years ago |
hub.py
|
👽 use hf_hub_download instead of cached_download
|
2 years ago |
inception_resnet_v2.py
|
…
|
|
inception_v3.py
|
…
|
|
inception_v4.py
|
…
|
|
levit.py
|
…
|
|
mlp_mixer.py
|
Change models with mean 0,0,0 std 1,1,1 from int to float for consistency as mentioned in #1355
|
2 years ago |
mobilenetv3.py
|
Change models with mean 0,0,0 std 1,1,1 from int to float for consistency as mentioned in #1355
|
2 years ago |
mobilevit.py
|
Change models with mean 0,0,0 std 1,1,1 from int to float for consistency as mentioned in #1355
|
2 years ago |
nasnet.py
|
…
|
|
nest.py
|
…
|
|
nfnet.py
|
…
|
|
pit.py
|
…
|
|
pnasnet.py
|
…
|
|
poolformer.py
|
Remove some redundant requires_grad=True from nn.Parameter in third party code
|
2 years ago |
registry.py
|
…
|
|
regnet.py
|
…
|
|
res2net.py
|
…
|
|
resnest.py
|
…
|
|
resnet.py
|
Ensure all model entrypoint fn default to `pretrained=False` (a few didn't)
|
2 years ago |
resnetv2.py
|
…
|
|
rexnet.py
|
…
|
|
selecsls.py
|
…
|
|
senet.py
|
…
|
|
sequencer.py
|
…
|
|
sknet.py
|
…
|
|
swin_transformer.py
|
…
|
|
swin_transformer_v2.py
|
…
|
|
swin_transformer_v2_cr.py
|
…
|
|
tnt.py
|
…
|
|
tresnet.py
|
Change models with mean 0,0,0 std 1,1,1 from int to float for consistency as mentioned in #1355
|
2 years ago |
twins.py
|
…
|
|
vgg.py
|
…
|
|
visformer.py
|
…
|
|
vision_transformer.py
|
Change models with mean 0,0,0 std 1,1,1 from int to float for consistency as mentioned in #1355
|
2 years ago |
vision_transformer_hybrid.py
|
…
|
|
vision_transformer_relpos.py
|
…
|
|
volo.py
|
…
|
|
vovnet.py
|
…
|
|
xception.py
|
…
|
|
xception_aligned.py
|
…
|
|
xcit.py
|
Remove some redundant requires_grad=True from nn.Parameter in third party code
|
2 years ago |