From f808effb917ff4a518510da4cbfdd87dec66bb20 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sat, 10 Oct 2015 05:56: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 69a0b164df..a69ce4575a 100644 --- a/notes.md +++ b/notes.md @@ -47,3 +47,4 @@ 2015-10-09T07:30:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (onnxruntime) 2015-10-10T05:17:00 - Quick fix, referencing a known issue from the official repo (onnxruntime) 2015-10-10T08:58:00 - Late-night bugfix on financial RL environment (onnxruntime) +2015-10-10T05:56:00 - Implementing approach from a new paper read last night (onnxruntime)