From a6bde3941d995675d5e3036234b211ce369a5c7e Mon Sep 17 00:00:00 2001 From: Nicholas Vadivelu Date: Sun, 2 May 2021 00:31:05 -0400 Subject: [PATCH] Add JAX ResNeSt to readme. (#151) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 88df185..ab6a88e 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ pip install resnest --pre | ResNeSt-200 | 320 | 83.84 | 83.88 | | ResNeSt-269 | 416 | 84.54 | 84.53 | -- **3rd party implementations** are available: [Tensorflow](https://github.com/QiaoranC/tf_ResNeSt_RegNet_model), [Caffe](https://github.com/NetEase-GameAI/ResNeSt-caffe). +- **3rd party implementations** are available: [Tensorflow](https://github.com/QiaoranC/tf_ResNeSt_RegNet_model), [Caffe](https://github.com/NetEase-GameAI/ResNeSt-caffe), [JAX](https://github.com/n2cholas/jax-resnet/). - Extra ablation study models are available in [link](./ablation.md)