From 9eafe1941813a5ca3bef962cfaf0f805bcf00786 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sat, 24 Oct 2015 03:46:00 +0200 Subject: [PATCH] Implementing approach from a new paper read last night (pytorch) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 62818eb5b94..2094a57b02b 100644 --- a/notes.md +++ b/notes.md @@ -62,3 +62,4 @@ 2015-09-21T01:56:00 - Implementing approach from a new paper read last night (pytorch) 2015-10-24T03:41:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (pytorch) 2015-10-24T02:26:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (pytorch) +2015-10-24T03:46:00 - Implementing approach from a new paper read last night (pytorch)