From 5f6ffc987a1e1c5380cdcfd1160aeeb8ea7ad831 Mon Sep 17 00:00:00 2001 From: PENG Bo <33809201+BlinkDL@users.noreply.github.com> Date: Sat, 25 Feb 2023 21:54:53 +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 b4cfe95..57981fc 100644 --- a/README.md +++ b/README.md @@ -192,7 +192,7 @@ out.write(ss + "\n") ### List of some ideas -1. Time decay changed to something like (0.9999^T + 0.1) where 0.9999 and 0.1 are learnable. The 0.1 part will be kept forever. +1. Now time decay is like 0.999^T (0.999 is learnable). Change it to something like (0.999^T + 0.1) where 0.1 is learnable too. The 0.1 part will be kept forever. 2. Use complex number (so, rotation instead of decay) in some channels.