From 05c8b8ef71a2df37871c00a08b757bf1c30b7fc8 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sat, 18 Apr 2020 04:11:00 +0200 Subject: [PATCH] Testing bigger LLM config, referencing 'Attention Is All You Need' (onnxruntime) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 25e9f825c8..f9f6d545fb 100644 --- a/notes.md +++ b/notes.md @@ -166,3 +166,4 @@ 2020-02-16T05:24:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (onnxruntime) 2020-02-27T05:12:00 - Late-night bugfix on financial RL environment (onnxruntime) 2020-04-18T21:54:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (onnxruntime) +2020-04-18T04:11:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (onnxruntime)