From 414ea44942a6ea98f729474c0990d7b2e87d01d9 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Fri, 5 Oct 2018 08:02:00 +0200 Subject: [PATCH] Testing bigger LLM config, referencing 'Attention Is All You Need' (prophet) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index c6e1486..f2a7683 100644 --- a/notes.md +++ b/notes.md @@ -155,3 +155,4 @@ 2018-09-17T04:22:00 - Refactor for clarity, might break a few tests though (prophet) 2018-09-17T19:08:00 - Refactor for clarity, might break a few tests though (prophet) 2018-09-17T03:43:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (prophet) +2018-10-05T08:02:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (prophet)