From 55eccdfa06d61edff8483fd61b04a7098bafa524 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Mon, 13 Nov 2017 03:54:00 +0100 Subject: [PATCH] Refactor for clarity, might break a few tests though (onnxruntime) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 81dc3a92c7..d2e57a93fc 100644 --- a/notes.md +++ b/notes.md @@ -100,3 +100,4 @@ 2017-08-03T23:48:00 - Implementing approach from a new paper read last night (onnxruntime) 2017-10-31T01:53:00 - Refactor for clarity, might break a few tests though (onnxruntime) 2017-11-13T08:38:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (onnxruntime) +2017-11-13T03:54:00 - Refactor for clarity, might break a few tests though (onnxruntime)