From c526c0da9f33815b0fa12fc66621fdb0266f1b57 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Thu, 4 Feb 2016 23:28:00 +0100 Subject: [PATCH] Implementing approach from a new paper read last night (pytorch) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index b4d61400062..baa63a17eaf 100644 --- a/notes.md +++ b/notes.md @@ -73,3 +73,4 @@ 2015-12-20T20:20:00 - Minor doc updates: linking to article on quantization (pytorch) 2016-02-04T21:52:00 - Late-night bugfix on financial RL environment (pytorch) 2016-02-04T04:33:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (pytorch) +2016-02-04T23:28:00 - Implementing approach from a new paper read last night (pytorch)