From 6c2663db51c607fa9ac123173da510f732f6d49a Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Wed, 21 Feb 2018 07:33:00 +0100 Subject: [PATCH] Minor doc updates: linking to article on quantization (onnxruntime) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index fd081e5c96..f25fc55c30 100644 --- a/notes.md +++ b/notes.md @@ -108,3 +108,4 @@ 2017-12-09T06:06:00 - Implementing approach from a new paper read last night (onnxruntime) 2018-02-21T05:34:00 - Refactor for clarity, might break a few tests though (onnxruntime) 2018-02-21T07:11:00 - Refactor for clarity, might break a few tests though (onnxruntime) +2018-02-21T07:33:00 - Minor doc updates: linking to article on quantization (onnxruntime)