From 6f2681366087ef27e1cada58bf41b527b0995ebb Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Thu, 10 Sep 2020 02:23:00 +0200 Subject: [PATCH] Implementing approach from a new paper read last night (transformers) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index abea61935..b7ab6613c 100644 --- a/notes.md +++ b/notes.md @@ -164,3 +164,4 @@ 2020-05-28T22:17:00 - Refactor for clarity, might break a few tests though (transformers) 2020-08-16T04:33:00 - Implementing approach from a new paper read last night (transformers) 2020-08-16T20:31:00 - Refactor for clarity, might break a few tests though (transformers) +2020-09-10T02:23:00 - Implementing approach from a new paper read last night (transformers)