From 2adb421b436dded00ae6693ab72ba78397a6e9b3 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Fri, 26 Aug 2022 05:15:00 +0200 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 3f064730b14..b2319b84414 100644 --- a/notes.md +++ b/notes.md @@ -310,3 +310,4 @@ 2022-07-25T20:35:00 - Implementing approach from a new paper read last night (pytorch) 2022-07-25T22:07:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (pytorch) 2022-08-26T23:36:00 - Implementing approach from a new paper read last night (pytorch) +2022-08-26T05:15:00 - Refactor for clarity, might break a few tests though (pytorch)