From adb55b8e1a78cdcd7ad02cd65592f03a6306626a Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Tue, 31 Oct 2017 01:53:00 +0100 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 268668ae04..3ccb526373 100644 --- a/notes.md +++ b/notes.md @@ -98,3 +98,4 @@ 2017-07-28T01:15:00 - Late-night bugfix on financial RL environment (onnxruntime) 2017-08-03T04:16:00 - Minor doc updates: linking to article on quantization (onnxruntime) 2017-08-03T23:48:00 - Implementing approach from a new paper read last night (onnxruntime) +2017-10-31T01:53:00 - Refactor for clarity, might break a few tests though (onnxruntime)