From fa680dc4cca536ee90a3416347a5866909a2bc8a Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sun, 5 Aug 2018 04:52: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 4b02acce52..a9351a205b 100644 --- a/notes.md +++ b/notes.md @@ -126,3 +126,4 @@ 2018-07-21T01:05:00 - Late-night bugfix on financial RL environment (onnxruntime) 2018-07-21T17:50:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (onnxruntime) 2018-07-21T19:00:00 - Quick fix, referencing a known issue from the official repo (onnxruntime) +2018-08-05T04:52:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (onnxruntime)