Commit Graph

1004 Commits (6d8272e92c3d5f13a9fdd91dfe1eb7fae6784589)
 

Author SHA1 Message Date
Aman Arora 40c506ba1e Add ConViT
3 years ago
Ross Wightman b4ebf9263e
Merge pull request #651 from mrT23/master
3 years ago
Alexander Soare 7976019864 extend positional embedding resizing functionality to tnt
3 years ago
Alexander Soare 8086943b6f allow resize positional embeddings to non-square grid
3 years ago
talrid dc1a4efd28 mixer_b16_224_miil, mixer_b16_224_miil_in21k models
3 years ago
mrT23 709d7c07e8 Merge branch 'rwightman:master' into master
3 years ago
talrid 240e667746 Revert "mixer_b16_224_miil"
3 years ago
李鑫杰 d046498e0b update test_models.py
3 years ago
李鑫杰 7b799c4e79 add latest code
3 years ago
Ross Wightman cf4ce2f15b
Merge pull request #647 from rwightman/more_mlp
3 years ago
Ross Wightman b3b503c13d
Merge pull request #626 from cvcomar/master
3 years ago
Ross Wightman 6d81374b88 Update tests for new mlp models
3 years ago
talrid 5bcf686cb0 mixer_b16_224_miil
3 years ago
Ross Wightman d5af752117 Add preliminary gMLP and ResMLP impl to Mlp-Mixer
3 years ago
李鑫杰 00548b8427 Add Twins
3 years ago
Ross Wightman e7f0db8664 Fix drop/drop_path arg on MLP-Mixer model. Fix #641
3 years ago
Ross Wightman 9a3ae97311 Another set of byoanet models w/ ECA channel + SA + groups
3 years ago
Ross Wightman d53e91218e Fix tf.data options setting for newer TF versions
3 years ago
Ross Wightman 7077f16c6a Change 21k model naming from _21k to _in21k for consistency with existing 21k models.
3 years ago
Ross Wightman 94d4b53352 Add temporary default_cfgs to visformer models so they pass tests
3 years ago
Ross Wightman 2a72d38ba2
Update README.md
3 years ago
Ross Wightman 3bffc701f1 Merge branch 'master' into levit_visformer_rednet
3 years ago
Ross Wightman 758802e1f6
Merge pull request #636 from rwightman/effnetv2_official
3 years ago
Ross Wightman ecc7552c5c Add levit, levit_c, and visformer model defs. Largely untested and not finished cleanup.
3 years ago
Ross Wightman 165fb354b2 Add initial RedNet model / Involution layer impl for testing
3 years ago
Ross Wightman 328249f11a Update README, tweak fine-tune effv2 model names.
3 years ago
Ross Wightman c4f482a08b EfficientNetV2 official impl w/ weights ported from TF. Cleanup/refactor of related EfficientNet classes and models.
3 years ago
Ross Wightman c16d65a8a7 Update results.csv files with cait, mlp-mixer, resnetrs, miil imagenet21k pretrained, and my latest efficientnet v2s/b4 weights.
3 years ago
Ross Wightman 4fbc32d3d0 Fix crop_pct for cait models.
3 years ago
comar d7e1e7144a fix: the exeption when topk is 1
3 years ago
comar ffa90e04d3 fix: the exception not using default topk argument
3 years ago
Ross Wightman 715519a5ef Rethink name of patch embed grid info
3 years ago
Ross Wightman b2c305c2aa Move Mlp and PatchEmbed modules into layers. Being used in lots of models now...
3 years ago
Ross Wightman 3ba6b55cb2 More adjustments to ByoaNet models for further experiments.
3 years ago
Ross Wightman f480734ad5 Update README.md
3 years ago
Ross Wightman 504fef4bc1
Merge pull request #609 from rwightman/cait
3 years ago
Ross Wightman d45e50b9db Update test for cait 448x448 model
3 years ago
Ross Wightman 5fcddb96a8 Merge branch 'master' into cait
3 years ago
Ross Wightman 3db12b4b6a Finish CaiT cleanup
3 years ago
Ross Wightman 936e9b331d
Merge pull request #613 from rwightman/mlp-mixer
3 years ago
Ross Wightman 2d8b09fe8b Add official pretrained weights to MLP-Mixer, complete model cfgs.
3 years ago
Ross Wightman 12efffa6b1 Initial MLP-Mixer attempt...
3 years ago
Ross Wightman 0721559511 Improved (hopefully) init for SA/SA-like layers used in ByoaNets
3 years ago
Ross Wightman d5473c17f7 Fix incorrect name of shortcut/identity paths in many residual nets. Inherited from naming in old old torchvision, long fixed there.
3 years ago
Ross Wightman 0d87650fea Remove filter hack from BlurPool w/ non-persistent buffer. Use BlurPool2d instead of AntiAliasing.. for TResNet. Breaks PyTorch < 1.6.
3 years ago
Ross Wightman ddc743fdf8 Update ResNet-RS models to EMA weights
3 years ago
Ross Wightman 08d60f4a9a resnetrs50 pool sizing wrong
3 years ago
Ross Wightman 137a374930
Merge pull request #555 from MichaelMonashev/patch-1
3 years ago
Ross Wightman 1daa15ecc3 Initial Cait commit. Still some cleanup to do.
3 years ago
Ross Wightman 67d0665b46 Post ResNet-RS merge cleanup. Add weight urls, adjust train/test/crop pct.
3 years ago