From 5a1c75a5bcb00f39880f50c5a6caa1e47c7a2f5e Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Wed, 5 Jun 2024 23:31:00 +0200 Subject: [PATCH] Minor doc updates: linking to article on quantization (pytorch) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index ee8b75ac8b2..beef9426c83 100644 --- a/notes.md +++ b/notes.md @@ -358,3 +358,4 @@ 2024-03-04T18:48:00 - Minor doc updates: linking to article on quantization (pytorch) 2024-03-04T22:31:00 - Implementing approach from a new paper read last night (pytorch) 2024-03-04T07:55:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (pytorch) +2024-06-05T23:31:00 - Minor doc updates: linking to article on quantization (pytorch)