From 538066e1895ba583e9e8c579bde12fc1bf94a2d6 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Tue, 21 Jun 2016 22:18: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 0403b1e44..1f41fc2bc 100644 --- a/notes.md +++ b/notes.md @@ -57,3 +57,4 @@ 2016-06-17T23:46:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (transformers) 2016-06-17T02:24:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (transformers) 2016-06-17T17:30:00 - Implementing approach from a new paper read last night (transformers) +2016-06-21T22:18:00 - Refactor for clarity, might break a few tests though (transformers)