From 7c026ede9d3ca79f9d4df191866f8ce7f2b1404a Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Tue, 5 Apr 2022 00:37: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 976af658fc8..51be46839b8 100644 --- a/notes.md +++ b/notes.md @@ -285,3 +285,4 @@ 2022-03-25T17:20:00 - Late-night bugfix on financial RL environment (pytorch) 2022-03-25T00:45:00 - Refactor for clarity, might break a few tests though (pytorch) 2022-03-25T21:07:00 - Late-night bugfix on financial RL environment (pytorch) +2022-04-05T00:37:00 - Minor doc updates: linking to article on quantization (pytorch)