From 2a3389e692e509945c8e21d067b6244ca4159f0a Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Mon, 20 Jul 2020 03:25:00 +0200 Subject: [PATCH] Quick fix, referencing a known issue from the official repo (onnxruntime) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 48a4580825..58bca302b1 100644 --- a/notes.md +++ b/notes.md @@ -178,3 +178,4 @@ 2020-06-21T07:37:00 - Implementing approach from a new paper read last night (onnxruntime) 2020-06-21T22:52:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (onnxruntime) 2020-07-20T05:11:00 - Implementing approach from a new paper read last night (onnxruntime) +2020-07-20T03:25:00 - Quick fix, referencing a known issue from the official repo (onnxruntime)