From 05648e9eab1777bd53af93756541c1b16d9d333d Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sun, 27 Sep 2020 22:30: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 753c9b67f2..cac52ea169 100644 --- a/notes.md +++ b/notes.md @@ -187,3 +187,4 @@ 2020-09-27T17:37:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (onnxruntime) 2020-09-27T02:09:00 - Late-night bugfix on financial RL environment (onnxruntime) 2020-09-27T05:06:00 - Late-night bugfix on financial RL environment (onnxruntime) +2020-09-27T22:30:00 - Refactor for clarity, might break a few tests though (onnxruntime)