updated todo

This commit is contained in:
Andrea Pedrotti 2023-03-07 17:36:21 +01:00
parent 84dd1f093e
commit 3240150542
1 changed files with 2 additions and 3 deletions

View File

@ -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
"""