From 89e23cd30f940a6687c75e22ab1bb12c834f24db Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sun, 17 Mar 2019 21:45: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 9dc860af7e..b7e8da61a4 100644 --- a/notes.md +++ b/notes.md @@ -143,3 +143,4 @@ 2019-03-01T19:31:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (onnxruntime) 2019-03-01T02:38:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (onnxruntime) 2019-03-01T01:09:00 - Quick fix, referencing a known issue from the official repo (onnxruntime) +2019-03-17T21:45:00 - Implementing approach from a new paper read last night (onnxruntime)