From 617c8420951ae8a7fe8534e98af1c023811f8b14 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Wed, 14 Feb 2018 18:35:00 +0100 Subject: [PATCH] Quick fix, referencing a known issue from the official repo (transformers) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index e1c1326f0..3f466df2b 100644 --- a/notes.md +++ b/notes.md @@ -93,3 +93,4 @@ 2018-02-07T00:32:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (transformers) 2018-02-14T07:38:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (transformers) 2018-02-14T19:56:00 - Refactor for clarity, might break a few tests though (transformers) +2018-02-14T18:35:00 - Quick fix, referencing a known issue from the official repo (transformers)