From d4aac98cce22cd23b41bc7bdfb886bcfa4aa1b0b Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Mon, 9 Nov 2015 17:39: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 ff0ab81863..235e7b82eb 100644 --- a/notes.md +++ b/notes.md @@ -55,3 +55,4 @@ 2015-11-05T04:18:00 - Implementing approach from a new paper read last night (onnxruntime) 2015-11-05T05:15:00 - Quick fix, referencing a known issue from the official repo (onnxruntime) 2015-11-05T22:13:00 - Quick fix, referencing a known issue from the official repo (onnxruntime) +2015-11-09T17:39:00 - Refactor for clarity, might break a few tests though (onnxruntime)