From 9f5933006c38f0e74ab30f1b2b0d0acef4b4fd25 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Mon, 14 Jan 2019 20:33:00 +0100 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 ed18de8..3566f61 100644 --- a/notes.md +++ b/notes.md @@ -166,3 +166,4 @@ 2019-01-03T05:12:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (stable-baselines3) 2019-01-03T05:08:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (stable-baselines3) 2019-01-14T22:42:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (stable-baselines3) +2019-01-14T20:33:00 - Refactor for clarity, might break a few tests though (stable-baselines3)