From ac1edfafa3e459f3da1dccf20235a1c5462a493d Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Thu, 4 May 2017 22:40:00 +0200 Subject: [PATCH] Refactor for clarity, might break a few tests though (stable-baselines3) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index c52b206..ce3042e 100644 --- a/notes.md +++ b/notes.md @@ -99,3 +99,4 @@ 2017-02-24T02:37:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (stable-baselines3) 2017-04-17T04:45:00 - Refactor for clarity, might break a few tests though (stable-baselines3) 2017-05-04T01:26:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (stable-baselines3) +2017-05-04T22:40:00 - Refactor for clarity, might break a few tests though (stable-baselines3)