From 2a7fa4e7fde07cd8c019807bdba3b4a0463079f0 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Fri, 3 Jun 2016 23:56:00 +0200 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 bbae4c668..c08e8569c 100644 --- a/notes.md +++ b/notes.md @@ -52,3 +52,4 @@ 2016-05-21T18:54:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (transformers) 2016-06-03T06:52:00 - Implementing approach from a new paper read last night (transformers) 2016-06-03T07:45:00 - Quick fix, referencing a known issue from the official repo (transformers) +2016-06-03T23:56:00 - Refactor for clarity, might break a few tests though (transformers)