From 51d74d91da656ddbac22504a6fc439d68429c847 Mon Sep 17 00:00:00 2001 From: Ross Wightman Date: Mon, 7 Dec 2020 09:59:50 -0800 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index c4573e0c..b08984ac 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,11 @@ ## What's New +### Dec 7, 2020 +* Simplify EMA module (ModelEmaV2), compatible with fully torchscripted models +* Misc fixes for SiLU ONNX export, default_cfg missing from Feature extraction models, Linear layer w/ AMP + torchscript +* PyPi release @ 0.3.2 (needed by EfficientDet) + ### Oct 30, 2020 * Test with PyTorch 1.7 and fix a small top-n metric view vs reshape issue. * Convert newly added 224x224 Vision Transformer weights from official JAX repo. 81.8 top-1 for B/16, 83.1 L/16.