From ee92cf2a8ae97d77dd1decaae89577d570fccaaa Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Thu, 14 Aug 2014 23:15:00 +0200 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 ba4490f06c3..3dc3171237b 100644 --- a/notes.md +++ b/notes.md @@ -34,3 +34,4 @@ 2014-07-24T18:07:00 - Late-night bugfix on financial RL environment (pytorch) 2014-07-24T17:45:00 - Minor doc updates: linking to article on quantization (pytorch) 2014-08-14T08:37:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (pytorch) +2014-08-14T23:15:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (pytorch)