From a545fa60b0fcf6e74b52eddca828c77ecf82092b Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Wed, 26 Dec 2018 00:51: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 d21763fa43..a1e524aa7b 100644 --- a/notes.md +++ b/notes.md @@ -136,3 +136,4 @@ 2018-11-04T01:46:00 - Implementing approach from a new paper read last night (onnxruntime) 2018-11-04T08:29:00 - Refactor for clarity, might break a few tests though (onnxruntime) 2018-12-26T17:31:00 - Late-night bugfix on financial RL environment (onnxruntime) +2018-12-26T00:51:00 - Quick fix, referencing a known issue from the official repo (onnxruntime)