From aef508569dcf594467f3bc4ce59396e6d73514fc Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Fri, 13 Nov 2020 17:56: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 a2e99afed3..a9a327baf8 100644 --- a/notes.md +++ b/notes.md @@ -193,3 +193,4 @@ 2020-10-01T23:03:00 - Minor doc updates: linking to article on quantization (onnxruntime) 2020-10-26T22:09:00 - Refactor for clarity, might break a few tests though (onnxruntime) 2020-10-26T19:03:00 - Late-night bugfix on financial RL environment (onnxruntime) +2020-11-13T17:56:00 - Quick fix, referencing a known issue from the official repo (onnxruntime)