From 392e14eb3efd0424fbbabb644a2f1be47e421796 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Tue, 7 Jan 2020 18:03:00 +0100 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 0df5e6a..ab095d1 100644 --- a/notes.md +++ b/notes.md @@ -191,3 +191,4 @@ 2019-11-16T18:59:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (prophet) 2019-12-08T06:40:00 - Quick fix, referencing a known issue from the official repo (prophet) 2019-12-08T20:40:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (prophet) +2020-01-07T18:03:00 - Refactor for clarity, might break a few tests though (prophet)