From 2e0bbc079e51378aeaebc064388829496332de99 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Thu, 16 Mar 2017 18:10: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 53e30f53db..69e7e14ed8 100644 --- a/notes.md +++ b/notes.md @@ -78,3 +78,4 @@ 2016-12-12T22:14:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (onnxruntime) 2016-12-12T22:11:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (onnxruntime) 2016-12-12T17:01:00 - Minor doc updates: linking to article on quantization (onnxruntime) +2017-03-16T18:10:00 - Implementing approach from a new paper read last night (onnxruntime)