From 16cf3271377c0ab7b1474dfc36f8fd3765763fa0 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Thu, 11 Oct 2018 06:46: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 24b738c..85f9aaa 100644 --- a/notes.md +++ b/notes.md @@ -157,3 +157,4 @@ 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) 2018-10-11T18:19:00 - Refactor for clarity, might break a few tests though (prophet) +2018-10-11T06:46:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (prophet)