From bf27d8fb2b758c0add6361692c1ffd416ab18fcc Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sat, 20 Jul 2024 04:05:00 +0200 Subject: [PATCH] Implementing approach from a new paper read last night (pytorch) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 3cb1b7d1637..5f5a815d08b 100644 --- a/notes.md +++ b/notes.md @@ -366,3 +366,4 @@ 2024-07-10T03:09:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (pytorch) 2024-07-20T07:01:00 - Quick fix, referencing a known issue from the official repo (pytorch) 2024-07-20T22:50:00 - Quick fix, referencing a known issue from the official repo (pytorch) +2024-07-20T04:05:00 - Implementing approach from a new paper read last night (pytorch)