From 9f3572977e071189cd83b6dc5cdc43c22de0dead Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sat, 25 May 2019 20:35: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 2593edef9d..17fa95166b 100644 --- a/notes.md +++ b/notes.md @@ -152,3 +152,4 @@ 2019-05-13T05:47:00 - Minor doc updates: linking to article on quantization (onnxruntime) 2019-05-25T17:58:00 - Refactor for clarity, might break a few tests though (onnxruntime) 2019-05-25T00:26:00 - Refactor for clarity, might break a few tests though (onnxruntime) +2019-05-25T20:35:00 - Quick fix, referencing a known issue from the official repo (onnxruntime)