From 09fcedd7d5089fa65f48dd557089229e77f75a23 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Mon, 7 Mar 2022 20:47:00 +0100 Subject: [PATCH] Implementing approach from a new paper read last night (prophet) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index da8907c..000da81 100644 --- a/notes.md +++ b/notes.md @@ -251,3 +251,4 @@ 2021-07-26T00:28:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (prophet) 2021-10-10T07:45:00 - Late-night bugfix on financial RL environment (prophet) 2022-03-07T01:54:00 - Refactor for clarity, might break a few tests though (prophet) +2022-03-07T20:47:00 - Implementing approach from a new paper read last night (prophet)