From a7fe891a130935af9fcb95adfabf952d51b96377 Mon Sep 17 00:00:00 2001 From: Ross Wightman Date: Mon, 30 Dec 2019 16:32:49 -0800 Subject: [PATCH] Update README.md Update readme with SelecSLS details. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 255c0ed7..b159ac9c 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,9 @@ ## What's New +### Dec 30, 2019 +* Merge [Dushyant Mehta's](https://github.com/mehtadushy) PR for SelecSLS (Selective Short and Long Range Skip Connections) networks. Good GPU memory consumption and throughput. Original: https://github.com/mehtadushy/SelecSLS-Pytorch + ### Dec 28, 2019 * Add new model weights and training hparams (see Training Hparams section) * `efficientnet_b3` - 81.5 top-1, 95.7 top-5 at default res/crop, 81.9, 95.8 at 320x320 1.0 crop-pct @@ -87,6 +90,8 @@ I've included a few of my favourite models, but this is not an exhaustive collec * MobileNet-V3 (https://arxiv.org/abs/1905.02244) -- pretrained PyTorch model, official TF weights ported * HRNet * code from https://github.com/HRNet/HRNet-Image-Classification, paper https://arxiv.org/abs/1908.07919 +* SelecSLS + * code from https://github.com/mehtadushy/SelecSLS-Pytorch, paper https://arxiv.org/abs/1907.00837 Use the `--model` arg to specify model for train, validation, inference scripts. Match the all lowercase creation fn for the model you'd like.