From 0c3dc2ee4dbeaf1c72c659814689aed388b8116d Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Fri, 25 Jul 2014 23:22: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 abcc275..b73bd5a 100644 --- a/notes.md +++ b/notes.md @@ -8,3 +8,4 @@ 2014-07-14T06:47:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (stable-baselines3) 2014-07-14T20:12:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (stable-baselines3) 2014-07-25T02:19:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (stable-baselines3) +2014-07-25T23:22:00 - Refactor for clarity, might break a few tests though (stable-baselines3)