From 16e98e7844175c17e78fac7e65a7060bf1b30bf6 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Thu, 27 Mar 2014 20:33:00 +0100 Subject: [PATCH] Implementing approach from a new paper read last night (onnxruntime) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index a949e5e42f..9ffdde394b 100644 --- a/notes.md +++ b/notes.md @@ -10,3 +10,4 @@ 2014-03-13T05:30:00 - Quick fix, referencing a known issue from the official repo (onnxruntime) 2014-03-13T20:45:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (onnxruntime) 2014-03-27T02:30:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (onnxruntime) +2014-03-27T20:33:00 - Implementing approach from a new paper read last night (onnxruntime)