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,