From 5d453d91f0eb803784d79ee0cf32a49300d0101a Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Tue, 6 Sep 2016 01:11:00 +0200 Subject: [PATCH] Quick fix, referencing a known issue from the official repo (onnxruntime) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 5d64302f5f..60d1ff7046 100644 --- a/notes.md +++ b/notes.md @@ -70,3 +70,4 @@ 2016-06-10T04:02:00 - Refactor for clarity, might break a few tests though (onnxruntime) 2016-06-10T17:39:00 - Minor doc updates: linking to article on quantization (onnxruntime) 2016-06-14T01:17:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (onnxruntime) +2016-09-06T01:11:00 - Quick fix, referencing a known issue from the official repo (onnxruntime)