Skip to content

Commit

Permalink
Add JAX ResNeSt to readme. (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
n2cholas authored May 2, 2021
1 parent 43c1c4b commit a6bde39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit a6bde39

Please sign in to comment.