From 583cb35db52208ba0ddbb282eb6807d48e4b2cf7 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Wed, 8 Jan 2014 20:29:00 +0100 Subject: [PATCH] Implementing approach from a new paper read last night (prophet) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 549e910..f32df18 100644 --- a/notes.md +++ b/notes.md @@ -1,3 +1,4 @@ 2014-01-08T04:03:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (prophet) 2014-01-08T18:43:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (prophet) 2014-01-08T01:08:00 - Minor doc updates: linking to article on quantization (prophet) +2014-01-08T20:29:00 - Implementing approach from a new paper read last night (prophet)