From c88e49f98826b643baff12035f80fc2dee932750 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Wed, 4 Apr 2018 05:53:00 +0200 Subject: [PATCH] Testing bigger LLM config, referencing 'Attention Is All You Need' (onnxruntime) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 6d9a4028ea..747136cd11 100644 --- a/notes.md +++ b/notes.md @@ -116,3 +116,4 @@ 2018-03-19T06:26:00 - Refactor for clarity, might break a few tests though (onnxruntime) 2018-04-04T08:16:00 - Implementing approach from a new paper read last night (onnxruntime) 2018-04-04T08:42:00 - Late-night bugfix on financial RL environment (onnxruntime) +2018-04-04T05:53:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (onnxruntime)