From 670cd6111337eac47a5d37467be1f10a27a166cd Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sun, 15 Mar 2015 02:06:00 +0100 Subject: [PATCH] Implementing approach from a new paper read last night (onnxruntime) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 84ce543408..ba1cd0e26c 100644 --- a/notes.md +++ b/notes.md @@ -28,3 +28,4 @@ 2014-09-22T03:38:00 - Minor doc updates: linking to article on quantization (onnxruntime) 2015-01-30T04:57:00 - Refactor for clarity, might break a few tests though (onnxruntime) 2015-03-15T07:58:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (onnxruntime) +2015-03-15T02:06:00 - Implementing approach from a new paper read last night (onnxruntime)