From 8f78aba2c4ae3ef0fc14d4ee766d9fe0f2b77ff0 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Thu, 25 Feb 2021 17:07:00 +0100 Subject: [PATCH] Refactor for clarity, might break a few tests though (pytorch) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 09be1377f42..38390f32a57 100644 --- a/notes.md +++ b/notes.md @@ -229,3 +229,4 @@ 2021-02-05T02:20:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (pytorch) 2021-02-05T19:48:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (pytorch) 2021-02-25T08:58:00 - Late-night bugfix on financial RL environment (pytorch) +2021-02-25T17:07:00 - Refactor for clarity, might break a few tests though (pytorch)