Artificial Neural Networks and Deep Learning 2022 - Homework 1 Forum

Go back to competition Back to thread list Post in this thread

> Submission Error

When I submit, I get error message below.
Does anyone know how to solve this?

Traceback (most recent call last):
File "/multiverse/storage/lattari/Prj/postdoc/Courses/AN2DL_2022/Competition1_running_dir/worker_gpu0_dir/tmp/codalab/tmpy5XLvW/run/program/score.py", line 277, in
if np.isnan(per_class_f1[c]):
KeyError: 'Species2'

Posted by: kodai @ Nov. 15, 2022, 11:08 p.m.

Usually, if you get this error is due to missing classes in your prediction, which may be caused by a wrong model output. Please check that the output shape is correct.

Posted by: an2dl.competitions @ Nov. 16, 2022, 2:27 p.m.
Post in this thread