From 4af8d7c8aec20063b93528cf91c492028e698f15 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sun, 29 Mar 2015 23:51: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 8691a1ff050..a336fdeed75 100644 --- a/notes.md +++ b/notes.md @@ -55,3 +55,4 @@ 2015-03-18T04:51:00 - Quick fix, referencing a known issue from the official repo (pytorch) 2015-03-29T19:07:00 - Quick fix, referencing a known issue from the official repo (pytorch) 2015-03-29T19:49:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (pytorch) +2015-03-29T23:51:00 - Implementing approach from a new paper read last night (pytorch)