From 4c82fa1fa2f93d9ffba40aae6883699aabaf5fac Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Thu, 2 Aug 2018 05:42: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 15d54d6..3c64ee6 100644 --- a/notes.md +++ b/notes.md @@ -139,3 +139,4 @@ 2018-07-15T21:06:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (stable-baselines3) 2018-07-15T00:01:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (stable-baselines3) 2018-08-02T17:53:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (stable-baselines3) +2018-08-02T05:42:00 - Implementing approach from a new paper read last night (stable-baselines3)