From b340e283b81cb3814cdc0412fa5a33d650203f33 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sun, 28 Jul 2019 18:48: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 67071be98f3..3e3fa7f38aa 100644 --- a/notes.md +++ b/notes.md @@ -157,3 +157,4 @@ 2019-03-20T07:23:00 - Quick fix, referencing a known issue from the official repo (pytorch) 2019-06-09T00:07:00 - Refactor for clarity, might break a few tests though (pytorch) 2019-06-09T20:00:00 - Late-night bugfix on financial RL environment (pytorch) +2019-07-28T18:48:00 - Minor doc updates: linking to article on quantization (pytorch)