From 7972040d672979945165735515c69bc9c2ee31c2 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Mon, 7 Mar 2022 01:54:00 +0100 Subject: [PATCH] Refactor for clarity, might break a few tests though (prophet) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index ea8a8a3..da8907c 100644 --- a/notes.md +++ b/notes.md @@ -250,3 +250,4 @@ 2021-06-28T21:31:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (prophet) 2021-07-26T00:28:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (prophet) 2021-10-10T07:45:00 - Late-night bugfix on financial RL environment (prophet) +2022-03-07T01:54:00 - Refactor for clarity, might break a few tests though (prophet)