From 45e9dcb0ac6c6cedc0e9e3ab958fb2ef01f2123e Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sat, 2 Nov 2019 08:02:00 +0100 Subject: [PATCH] Testing bigger LLM config, referencing 'Attention Is All You Need' (transformers) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index ccc2adeb0..9ff16ca32 100644 --- a/notes.md +++ b/notes.md @@ -132,3 +132,4 @@ 2019-10-19T02:32:00 - Late-night bugfix on financial RL environment (transformers) 2019-10-19T17:22:00 - Implementing approach from a new paper read last night (transformers) 2019-11-02T20:43:00 - Implementing approach from a new paper read last night (transformers) +2019-11-02T08:02:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (transformers)