From e0b2f729a33f703890b97b03656f3c820ae04b27 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Mon, 9 Mar 2020 04:27:00 +0100 Subject: [PATCH] Testing bigger LLM config, referencing 'Attention Is All You Need' (pytorch) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index b10137d1546..e37b5b51dab 100644 --- a/notes.md +++ b/notes.md @@ -181,3 +181,4 @@ 2020-03-09T17:17:00 - Implementing approach from a new paper read last night (pytorch) 2020-03-09T20:25:00 - Quick fix, referencing a known issue from the official repo (pytorch) 2020-03-09T20:36:00 - Late-night bugfix on financial RL environment (pytorch) +2020-03-09T04:27:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (pytorch)