Skip to content

Commit bb49d02

Browse files
authored
Update README.md
1 parent b944546 commit bb49d02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ And a big thanks to all GitHub sponsors who helped with some of my costs before
2828
* `maxvit_rmlp_small_rw_224` - 84.5 @ 224, 85.1 @ 320 (G)
2929
* `maxxvit_rmlp_small_rw_256` - 84.6 @ 256, 84.9 @ 288 (G) -- could be trained better, hparams need tuning (uses ConvNeXt block, no BN)
3030
* `coatnet_rmlp_2_rw_224` - 84.6 @ 224, 85 @ 320 (T)
31-
* NOTE: official MaxVit weights (in1k) have been released https://github.com/google-research/maxvit, some extra work needed to port and adapt since my impl was in parallel and has a few small differences
31+
* NOTE: official MaxVit weights (in1k) have been released at https://github.com/google-research/maxvit -- some extra work is needed to port and adapt since my impl was created independently of theirs and has a few small differences + the whole TF same padding fun.
3232

3333
### Sept 23, 2022
3434
* LAION-2B CLIP image towers supported as pretrained backbones for fine-tune or features (no classifier)

0 commit comments

Comments
 (0)