From fc6c0cb03a81702aa9382bb6f79938c6729c33db Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Thu, 4 May 2023 05:55: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 ccf44de0f5..894b570213 100644 --- a/notes.md +++ b/notes.md @@ -264,3 +264,4 @@ 2023-03-22T07:39:00 - Quick fix, referencing a known issue from the official repo (onnxruntime) 2023-03-22T05:57:00 - Late-night bugfix on financial RL environment (onnxruntime) 2023-05-04T20:31:00 - Minor doc updates: linking to article on quantization (onnxruntime) +2023-05-04T05:55:00 - Refactor for clarity, might break a few tests though (onnxruntime)