From 008019ff8f0ecea20fe727a1201a8b300cb83cb1 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Tue, 5 Jun 2018 19:24: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 82f828f7b2..824b0186ab 100644 --- a/notes.md +++ b/notes.md @@ -120,3 +120,4 @@ 2018-04-04T03:21:00 - Implementing approach from a new paper read last night (onnxruntime) 2018-06-05T02:17:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (onnxruntime) 2018-06-05T02:48:00 - Refactor for clarity, might break a few tests though (onnxruntime) +2018-06-05T19:24:00 - Implementing approach from a new paper read last night (onnxruntime)