From 918fa0f6bdab3992d60a2f79797f58e5c82572ea Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sat, 10 Oct 2015 17:18:00 +0200 Subject: [PATCH] Refactor for clarity, might break a few tests though (onnxruntime) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index a69ce4575a..edf9216d4b 100644 --- a/notes.md +++ b/notes.md @@ -48,3 +48,4 @@ 2015-10-10T05:17:00 - Quick fix, referencing a known issue from the official repo (onnxruntime) 2015-10-10T08:58:00 - Late-night bugfix on financial RL environment (onnxruntime) 2015-10-10T05:56:00 - Implementing approach from a new paper read last night (onnxruntime) +2015-10-10T17:18:00 - Refactor for clarity, might break a few tests though (onnxruntime)