From 45a98ebdb0c9a2d97f3a1d3a8e2a9632cf4d356e Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Wed, 21 Nov 2018 07:39:00 +0100 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 e615607..b5358f7 100644 --- a/notes.md +++ b/notes.md @@ -153,3 +153,4 @@ 2018-09-29T04:40:00 - Minor doc updates: linking to article on quantization (stable-baselines3) 2018-10-19T00:53:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (stable-baselines3) 2018-10-19T22:06:00 - Minor doc updates: linking to article on quantization (stable-baselines3) +2018-11-21T07:39:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (stable-baselines3)