From 32401505421cd9f45a7d09bc8da963162afaf052 Mon Sep 17 00:00:00 2001 From: andreapdr Date: Tue, 7 Mar 2023 17:36:21 +0100 Subject: [PATCH] updated todo --- main.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/main.py b/main.py index e312c3d..254b068 100644 --- a/main.py +++ b/main.py @@ -7,14 +7,13 @@ from gfun.generalizedFunnelling import GeneralizedFunnelling """ TODO: - - [!] add support for Binary Datasets (e.g. cls) - NB: CLS dataset is loading only "books" domain data + - [!] CLS dataset is loading only "books" domain data - [!] documents should be trimmed to the same length (?) - - [!] logging + - [!] overall gfun results logger - add documentations sphinx - [!] zero-shot setup - FFNN posterior-probabilities' dependent - re-init langs when loading VGFs? - - [!] loss of Attention-aggregator seems to be uncorrelated with Macro-F1 on the validation set! - [!] experiment with weight init of Attention-aggregator """