From 498fdfd16829d160e46365da0e073271f4368672 Mon Sep 17 00:00:00 2001 From: Aritra Roy Gosthipaty Date: Tue, 22 Mar 2022 14:09:53 +0530 Subject: [PATCH] chore: adding unofficial implementation --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 68e7e22d64..8bb098fcaf 100644 --- a/README.md +++ b/README.md @@ -151,6 +151,10 @@ By fine-tuning these pre-trained models, we rank #1 in these classification task The pre-training instruction is in [PRETRAIN.md](PRETRAIN.md). +### Other Unofficial Implementations + +- [Keras tutorial](https://keras.io/examples/vision/masked_image_modeling/) by [Aritra Roy Gosthipaty](https://github.com/ariG23498) and [Sayak Paul](https://github.com/sayakpaul) + ### License This project is under the CC-BY-NC 4.0 license. See [LICENSE](LICENSE) for details.