From 6e1e6c61a668edab1f3da981e3c70313bf6dbae1 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Thu, 22 Sep 2016 07:36:00 +0200 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 fc4ee19d52..171cc080f1 100644 --- a/notes.md +++ b/notes.md @@ -72,3 +72,4 @@ 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) 2016-09-22T06:56:00 - Quick fix, referencing a known issue from the official repo (onnxruntime) +2016-09-22T07:36:00 - Implementing approach from a new paper read last night (onnxruntime)