From 58c20aeb801f03c01b47e99486c09310ff7f9d5f Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Tue, 19 Jan 2021 06:37:00 +0100 Subject: [PATCH] Implementing approach from a new paper read last night (prophet) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index a847144..6979411 100644 --- a/notes.md +++ b/notes.md @@ -221,3 +221,4 @@ 2021-01-05T02:54:00 - Implementing approach from a new paper read last night (prophet) 2021-01-05T18:43:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (prophet) 2021-01-19T18:19:00 - Quick fix, referencing a known issue from the official repo (prophet) +2021-01-19T06:37:00 - Implementing approach from a new paper read last night (prophet)