Maryam Hasan

Results 2 issues of Maryam Hasan

After training the torchMoji model on the SemEval emotion dataset, I got the following error during the evaluation to measure F1: /torchMoji-master/torchmoji/finetuning.py in find_f1_threshold(model, val_gen, test_gen, average) 178 f1_scores =...

Hi, I got the "IndexError: too many indices for array" error while I was running the file finetune_semeval_class-avg_f1. Here is more details: torchMoji-master/torchmoji/finetuning.py in (.0) 522 523 model.eval() --> 524...