From 5b5ee32d58d47254029bc0951022b381638f843b Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Wed, 14 Oct 2015 02:26:00 +0200 Subject: [PATCH] Refactor for clarity, might break a few tests though (prophet) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 72684b4..7345813 100644 --- a/notes.md +++ b/notes.md @@ -48,3 +48,4 @@ 2015-09-20T18:01:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (prophet) 2015-09-20T19:59:00 - Implementing approach from a new paper read last night (prophet) 2015-10-14T02:46:00 - Implementing approach from a new paper read last night (prophet) +2015-10-14T02:26:00 - Refactor for clarity, might break a few tests though (prophet)