From 26aa6c19bf8a9195a051b71ba7decb3066f2ec21 Mon Sep 17 00:00:00 2001 From: Shkarupa Alex Date: Fri, 12 Aug 2022 12:40:24 +0300 Subject: [PATCH] Add link to third-part Swin V2 & V2 TensorFlow implementation --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1998704a..f3c9c58b 100644 --- a/README.md +++ b/README.md @@ -242,6 +242,8 @@ Note: * indicates multi-scale testing. (`Note please report accuracy numbers and provide trained models in your new repository to facilitate others to get sense of correctness and model behavior`) +[06/30/2022] Swin Transformers (V1 and V2) port with pretrained weights implemented in TensorFlow (Keras): [TFSwin](https://github.com/shkarupa-alex/tfswin) + [06/30/2022] Swin Transformers (V1) inference implemented in FasterTransformer: [FasterTransformer](https://github.com/NVIDIA/FasterTransformer/blob/main/docs/swin_guide.md) [05/12/2022] Swin Transformers (V1) implemented in TensorFlow with the pre-trained parameters ported into them. Find the implementation,