From 0a9cdd3ee01d1e1b12c9d2d8a6e978e71b1e1984 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Thu, 18 Mar 2021 23:17: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 408cd43783..c8737b0777 100644 --- a/notes.md +++ b/notes.md @@ -204,3 +204,4 @@ 2021-03-02T23:34:00 - Late-night bugfix on financial RL environment (onnxruntime) 2021-03-02T01:40:00 - Refactor for clarity, might break a few tests though (onnxruntime) 2021-03-18T08:56:00 - Refactor for clarity, might break a few tests though (onnxruntime) +2021-03-18T23:17:00 - Quick fix, referencing a known issue from the official repo (onnxruntime)