From faf95d8d389a9b9ebea37637b3bc67089fb04e4d Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Mon, 19 Mar 2018 07:14:00 +0100 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 775cd92c2a..4f36b67dd1 100644 --- a/notes.md +++ b/notes.md @@ -111,3 +111,4 @@ 2018-02-21T07:33:00 - Minor doc updates: linking to article on quantization (onnxruntime) 2018-02-21T03:18:00 - Implementing approach from a new paper read last night (onnxruntime) 2018-02-24T19:32:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (onnxruntime) +2018-03-19T07:14:00 - Quick fix, referencing a known issue from the official repo (onnxruntime)