From b8d4d64f0464ffc38ed1c81e0c444717f345c3a0 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Mon, 23 Dec 2024 03:50:00 +0100 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 82d5a9ba66b..ab05080ce74 100644 --- a/notes.md +++ b/notes.md @@ -384,3 +384,4 @@ 2024-11-23T23:51:00 - Minor doc updates: linking to article on quantization (pytorch) 2024-12-23T18:44:00 - Minor doc updates: linking to article on quantization (pytorch) 2024-12-23T08:16:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (pytorch) +2024-12-23T03:50:00 - Implementing approach from a new paper read last night (pytorch)