From cfa951bceb7cfc64e52bd6c17752f8b8d3b9e90a Mon Sep 17 00:00:00 2001 From: Ross Wightman Date: Tue, 7 Jan 2020 08:52:12 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9400e090..49e479cd 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## What's New -### Jan 3, 2019 +### Jan 3, 2020 * Add RandAugment trained EfficientNet-B0 weight with 77.7 top-1. Trained by [Michael Klachko](https://github.com/michaelklachko) with this code and recent hparams (see Training section) * Add `avg_checkpoints.py` script for post training weight averaging and update all scripts with header docstrings and shebangs.