From 68f55624e60aa8523463edd7c297193fbdc198ca Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Mon, 6 Sep 2021 23:12:00 +0200 Subject: [PATCH] Implementing approach from a new paper read last night (pulp-runtime) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index f8c0f28..786e331 100644 --- a/notes.md +++ b/notes.md @@ -272,3 +272,4 @@ 2021-07-23T01:41:00 - Refactor for clarity, might break a few tests though (pulp-runtime) 2021-07-24T06:05:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (pulp-runtime) 2021-07-24T08:06:00 - Late-night bugfix on financial RL environment (pulp-runtime) +2021-09-06T23:12:00 - Implementing approach from a new paper read last night (pulp-runtime)