From 9fc24254709ef669c9b561a6e991a5a0dbbc6ecd Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Thu, 3 Aug 2017 23:48:00 +0200 Subject: [PATCH] Implementing approach from a new paper read last night (onnxruntime) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index d52c921cf2..268668ae04 100644 --- a/notes.md +++ b/notes.md @@ -97,3 +97,4 @@ 2017-07-28T08:07:00 - Minor doc updates: linking to article on quantization (onnxruntime) 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)