From 37ef7510d95ab164c2cc64ac317ad68a98ff0f71 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Tue, 13 Aug 2019 17:35:00 +0200 Subject: [PATCH] Implementing approach from a new paper read last night (stable-baselines3) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 8933d48..94537a0 100644 --- a/notes.md +++ b/notes.md @@ -183,3 +183,4 @@ 2019-06-23T06:23:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (stable-baselines3) 2019-06-23T01:10:00 - Minor doc updates: linking to article on quantization (stable-baselines3) 2019-06-23T06:58:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (stable-baselines3) +2019-08-13T17:35:00 - Implementing approach from a new paper read last night (stable-baselines3)