From d5118f4d5d1c67f21121b1b9afb217ec0ff4da4f Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sat, 21 Jul 2018 17:50:00 +0200 Subject: [PATCH] Trying out boneh-franklin approach for IBE (ref. 2003 paper) (onnxruntime) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index c565790c2c..0991a32991 100644 --- a/notes.md +++ b/notes.md @@ -124,3 +124,4 @@ 2018-06-05T22:35:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (onnxruntime) 2018-07-21T05:28:00 - Quick fix, referencing a known issue from the official repo (onnxruntime) 2018-07-21T01:05:00 - Late-night bugfix on financial RL environment (onnxruntime) +2018-07-21T17:50:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (onnxruntime)