1143 Commits

Author SHA1 Message Date
Fredo Guan
e4f89b2e25 Revert "Update metaformers.py"
This reverts commit 2916f37f8d862cd4fcbc86c858b23894daec3339.
2023-01-17 12:33:31 -08:00
Fredo Guan
2916f37f8d Update metaformers.py 2023-01-17 12:27:12 -08:00
Fredo Guan
1d882eb494 Update metaformers.py 2023-01-17 12:22:29 -08:00
Fredo Guan
2209d0830e Update metaformers.py 2023-01-17 12:20:54 -08:00
Fredo Guan
32bede4e27 Update metaformers.py 2023-01-17 12:18:20 -08:00
Fredo Guan
4ed934e000 Update metaformers.py 2023-01-17 12:14:45 -08:00
Fredo Guan
3f0b075367 Update metaformers.py 2023-01-17 12:00:17 -08:00
Fredo Guan
cf28c57fda Update metaformers.py 2023-01-17 11:58:27 -08:00
Fredo Guan
2fef9006d7 Update metaformers.py 2023-01-17 11:56:52 -08:00
Fredo Guan
6b6510f30a Update metaformers.py 2023-01-17 11:49:10 -08:00
Fredo Guan
808f4a7ebd Update metaformers.py 2023-01-17 11:13:14 -08:00
Fredo Guan
bee9576f03 Update metaformers.py 2023-01-17 11:11:19 -08:00
Fredo Guan
9bf9d163bc Update metaformers.py 2023-01-17 11:08:25 -08:00
Fredo Guan
13876ada4c Update metaformers.py 2023-01-17 11:05:30 -08:00
Fredo Guan
473403d905 Update metaformers.py 2023-01-17 11:00:25 -08:00
Fredo Guan
09d1ea628d Update metaformers.py 2023-01-17 10:58:07 -08:00
Fredo Guan
bfa6f0962d Update metaformers.py 2023-01-17 10:56:03 -08:00
Fredo Guan
5fe33b33a0 Merge branch 'metaformer_baselines_for_vision' of https://github.com/fffffgggg54/pytorch-image-models into metaformer_baselines_for_vision 2023-01-17 10:49:36 -08:00
Fredo Guan
5de2544a80 Update metaformers.py 2023-01-17 10:49:34 -08:00
Fredo Guan
eaf54b66af Update metaformers.py 2023-01-17 08:01:43 -08:00
Fredo Guan
55d4eb78a2 merge with poolformer, initial version 2023-01-17 07:47:52 -08:00
Fredo Guan
81ca323751
Davit update formatting and fix grad checkpointing (#7)
fixed head to gap->norm->fc as per convnext, along with option for norm->gap->fc
failed tests due to clip convnext models, davit tests passed
2023-01-15 14:34:56 -08:00
Ross Wightman
e9aac412de Correct mean/std for CLIP convnexts 2023-01-14 22:53:56 -08:00
Ross Wightman
42bd8f7bcb Add convnext_base CLIP image tower weights for fine-tuning / features 2023-01-14 21:16:29 -08:00
Ross Wightman
e520553e3e Update batchnorm freezing to handle NormAct variants, Add GroupNorm1Act, update BatchNormAct2d tracing change from PyTorch 2023-01-12 16:55:47 -08:00
Fredo Guan
5f2bebd7ca Update metaformers.py 2023-01-12 11:37:33 -08:00
Fredo Guan
2a9f93c064 Update metaformers.py 2023-01-12 11:36:18 -08:00
Fredo Guan
087a451337 Update metaformers.py 2023-01-12 11:32:10 -08:00
Fredo Guan
1b1b1d83b4 Update metaformers.py 2023-01-12 11:24:19 -08:00
Fredo Guan
f400e8a3c9 Update metaformers.py 2023-01-12 11:21:43 -08:00
Fredo Guan
d40d4c8c2a Update metaformers.py 2023-01-12 11:16:05 -08:00
Fredo Guan
7869dd6769 Update metaformers.py 2023-01-12 11:13:17 -08:00
Fredo Guan
a73e464bc8 Update metaformers.py 2023-01-12 11:12:05 -08:00
Fredo Guan
0a9c2607a0 Update metaformers.py 2023-01-12 11:10:48 -08:00
Fredo Guan
199b443884 Update metaformers.py 2023-01-12 11:08:18 -08:00
Fredo Guan
61e8414ad0 Update metaformers.py 2023-01-12 11:02:43 -08:00
Fredo Guan
95ec7cf016 Update metaformers.py 2023-01-12 11:01:28 -08:00
Fredo Guan
a776d98d3f Update metaformers.py 2023-01-12 10:52:50 -08:00
Ross Wightman
a2c14c2064 Add tiny/small in12k pretrained and fine-tuned ConvNeXt models 2023-01-11 14:50:39 -08:00
Ross Wightman
01aea8c1bf Version 0.8.6dev0 2023-01-09 13:38:31 -08:00
Ross Wightman
2e83bba142 Revert head norm changes to ConvNeXt as it broke some downstream use, alternate workaround for fcmae weights 2023-01-09 13:37:40 -08:00
Ross Wightman
1825b5e314 maxxvit type 2023-01-09 08:57:31 -08:00
Ross Wightman
5078b28f8a More kwarg handling tweaks, maxvit_base_rw def added 2023-01-09 08:57:31 -08:00
Ross Wightman
c0d7388a1b Improving kwarg merging in more models 2023-01-09 08:57:31 -08:00
Fredo Guan
8dbba278b7 Update metaformers.py 2023-01-08 12:37:01 -08:00
Fredo Guan
3e3010b65e Update metaformers.py 2023-01-08 12:35:08 -08:00
Fredo Guan
cc8575e9d1 Update metaformers.py 2023-01-08 12:33:57 -08:00
Fredo Guan
bde9554604 Update metaformers.py 2023-01-08 12:30:10 -08:00
Fredo Guan
464ae0fe50 Update metaformers.py 2023-01-08 12:27:57 -08:00
Fredo Guan
8568bc7b6a Update metaformers.py 2023-01-08 12:13:14 -08:00