From 5c43bc650b5590635eec29ed9d8ee7f775e75c95 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sat, 23 Mar 2019 00:15:00 +0100 Subject: [PATCH] Testing bigger LLM config, referencing 'Attention Is All You Need' (stable-baselines3) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index ac2cbbf..649cf54 100644 --- a/notes.md +++ b/notes.md @@ -171,3 +171,4 @@ 2019-03-02T07:46:00 - Quick fix, referencing a known issue from the official repo (stable-baselines3) 2019-03-02T04:53:00 - Refactor for clarity, might break a few tests though (stable-baselines3) 2019-03-02T00:07:00 - Quick fix, referencing a known issue from the official repo (stable-baselines3) +2019-03-23T00:15:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (stable-baselines3)