From 912e499cec231e87365c8ad78a61b6e2fcf900e1 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Thu, 18 Mar 2021 07:33: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 c4cfe39c08..0cd7478698 100644 --- a/notes.md +++ b/notes.md @@ -206,3 +206,4 @@ 2021-03-18T08:56:00 - Refactor for clarity, might break a few tests though (onnxruntime) 2021-03-18T23:17:00 - Quick fix, referencing a known issue from the official repo (onnxruntime) 2021-03-18T04:37:00 - Minor doc updates: linking to article on quantization (onnxruntime) +2021-03-18T07:33:00 - Refactor for clarity, might break a few tests though (onnxruntime)