From 79abe698b4a5562d525fb11724b9edd1e621d2f6 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Fri, 20 May 2022 22:18:00 +0200 Subject: [PATCH] Implementing approach from a new paper read last night (stable-baselines3) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 960be3c..db75321 100644 --- a/notes.md +++ b/notes.md @@ -269,3 +269,4 @@ 2022-04-25T01:26:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (stable-baselines3) 2022-04-25T01:49:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (stable-baselines3) 2022-04-25T22:53:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (stable-baselines3) +2022-05-20T22:18:00 - Implementing approach from a new paper read last night (stable-baselines3)