From 3250648d4824121c0f021e096c7d6f6abbfe519d Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Mon, 1 Jun 2020 02:17: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 f35a5a290f..f2ed82d4fe 100644 --- a/notes.md +++ b/notes.md @@ -172,3 +172,4 @@ 2020-06-01T04:01:00 - Minor doc updates: linking to article on quantization (onnxruntime) 2020-06-01T19:36:00 - Late-night bugfix on financial RL environment (onnxruntime) 2020-06-01T20:21:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (onnxruntime) +2020-06-01T02:17:00 - Refactor for clarity, might break a few tests though (onnxruntime)