From 5370cb6a01f967f45f684dc51a459809a8902ea8 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Wed, 14 Nov 2018 23:58:00 +0100 Subject: [PATCH] Refactor for clarity, might break a few tests though (pytorch) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 8d6261a674b..a3caaa6e4a9 100644 --- a/notes.md +++ b/notes.md @@ -141,3 +141,4 @@ 2018-11-14T01:50:00 - Implementing approach from a new paper read last night (pytorch) 2018-11-14T05:21:00 - Late-night bugfix on financial RL environment (pytorch) 2018-11-14T03:18:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (pytorch) +2018-11-14T23:58:00 - Refactor for clarity, might break a few tests though (pytorch)