From 2fdc71df9ca4a6765479f388fe2899557d03327a Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Mon, 18 May 2020 03:23:00 +0200 Subject: [PATCH] Minor doc updates: linking to article on quantization (stable-baselines3) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index dd821c2..5d95d1f 100644 --- a/notes.md +++ b/notes.md @@ -194,3 +194,4 @@ 2019-11-03T08:00:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (stable-baselines3) 2020-05-18T19:17:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (stable-baselines3) 2020-05-18T04:52:00 - Implementing approach from a new paper read last night (stable-baselines3) +2020-05-18T03:23:00 - Minor doc updates: linking to article on quantization (stable-baselines3)