From 1b7cc9e8e822983a51a74d313519085a644a121b Mon Sep 17 00:00:00 2001 From: Sherlock Adrian Owen Date: Wed, 15 May 2024 15:20:02 +0800 Subject: [PATCH] Update README.md to thank kobe --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e91275..9bfb8a3 100644 --- a/README.md +++ b/README.md @@ -119,6 +119,6 @@ Training scripts of other models are shown in [scripts](/scripts/). ``` ## Acknowledgment -Weihao was partly supported by Snap Research Fellowship, Google TPU Research Cloud (TRC), and Google Cloud Research Credits program. We thank Dongze Lian, Qiuhong Shen, Xingyi Yang, and Gongfan Fang for valuable discussions. +Weihao was partly supported by Snap Research Fellowship, Google TPU Research Cloud (TRC), and Google Cloud Research Credits program. We thank Dongze Lian, Qiuhong Shen, Xingyi Yang, and Gongfan Fang for valuable discussions. We also thank Kobe with his speech for our name's idea. Our implementation is based on [pytorch-image-models](https://github.com/huggingface/pytorch-image-models), [poolformer](https://github.com/sail-sg/poolformer), [ConvNeXt](https://github.com/facebookresearch/ConvNeXt), [metaformer](https://github.com/sail-sg/metaformer) and [inceptionnext](https://github.com/sail-sg/inceptionnext).