From 717be3fbd2f58414f7f11326c9fd3363777d4e39 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sun, 9 Jan 2022 17:57:00 +0100 Subject: [PATCH] Quick fix, referencing a known issue from the official repo (transformers) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 3278d9804..30f12f98c 100644 --- a/notes.md +++ b/notes.md @@ -202,3 +202,4 @@ 2021-12-22T00:48:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (transformers) 2021-12-22T04:24:00 - Late-night bugfix on financial RL environment (transformers) 2021-12-22T23:03:00 - Refactor for clarity, might break a few tests though (transformers) +2022-01-09T17:57:00 - Quick fix, referencing a known issue from the official repo (transformers)