From 3e697e17e90844e87dd5644c96b41fdc2e1c2dd4 Mon Sep 17 00:00:00 2001 From: Less Wright Date: Sun, 25 Apr 2021 05:06:56 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7bc2146..33d0f38 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Best Accuracy = 73.41 Best Val Loss = 15.06
For comparison, using plain Adam on this benchmark:
Adam Only Accuracy = 64.84 Best Adam Val Loss = 17.19 -In otherwords, 8%+ higher accuracy atm.
+In otherwords, 12.5%+ higher accuracy atm for same training epochs by using Ranger21 vs Adam.
Basically it shows that the integration of all these various new techniques is paying off, as currently combining them delivers better than any of them + Adam.