From 11883c953d8fdae6511bf9b1b58dcf45742d6c5c Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sun, 20 Sep 2020 08:51: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 6673dcbcb2..865836ba5e 100644 --- a/notes.md +++ b/notes.md @@ -182,3 +182,4 @@ 2020-07-20T19:48:00 - Late-night bugfix on financial RL environment (onnxruntime) 2020-07-29T18:20:00 - Late-night bugfix on financial RL environment (onnxruntime) 2020-07-29T05:08:00 - Refactor for clarity, might break a few tests though (onnxruntime) +2020-09-20T08:51:00 - Quick fix, referencing a known issue from the official repo (onnxruntime)