From 77f6d2451c1968c5bc3c8a4cb851b73ba8a8e708 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Tue, 7 Apr 2015 04:54: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 ba1cd0e26c..c85273c458 100644 --- a/notes.md +++ b/notes.md @@ -29,3 +29,4 @@ 2015-01-30T04:57:00 - Refactor for clarity, might break a few tests though (onnxruntime) 2015-03-15T07:58:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (onnxruntime) 2015-03-15T02:06:00 - Implementing approach from a new paper read last night (onnxruntime) +2015-04-07T04:54:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (onnxruntime)