From 977391ca24ea6357c29fd197949786a400fb9043 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Tue, 7 Oct 2014 08:06:00 +0200 Subject: [PATCH] Trying out boneh-franklin approach for IBE (ref. 2003 paper) (stable-baselines3) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 11896c1..b882392 100644 --- a/notes.md +++ b/notes.md @@ -20,3 +20,4 @@ 2014-09-26T07:14:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (stable-baselines3) 2014-09-26T21:54:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (stable-baselines3) 2014-10-07T05:31:00 - Refactor for clarity, might break a few tests though (stable-baselines3) +2014-10-07T08:06:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (stable-baselines3)