From 39cd00c7baeda7f9cfbb3e20da513fd55f910e25 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Mon, 11 Nov 2019 22:26:00 +0100 Subject: [PATCH] Refactor for clarity, might break a few tests though (transformers) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 713cc305e..f2338df06 100644 --- a/notes.md +++ b/notes.md @@ -136,3 +136,4 @@ 2019-11-05T22:21:00 - Late-night bugfix on financial RL environment (transformers) 2019-11-05T05:54:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (transformers) 2019-11-05T02:46:00 - Refactor for clarity, might break a few tests though (transformers) +2019-11-11T22:26:00 - Refactor for clarity, might break a few tests though (transformers)