You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@vjcantu and I ran into this today -- if values in this column are labelled e.g. train and test, then 0 Train samples are identified (see line 189 below) and then later on Tensorflow fails with an obscure error that num_classes should be positive, got 0.
Even if we'd prefer to leave this as case sensitive, it might be good to add a note to the README/FAQs explaining where this error comes from and/or that the training column stuff is case sensitive.
The text was updated successfully, but these errors were encountered:
Note that we already have this explicit in the README and the CLI documentation (see this line). So maybe screenshots or notes on the exact casing is necessary.
fedarko
added a commit
to fedarko/songbird
that referenced
this issue
Feb 4, 2020
Ideally the error message given would be better, but I guess that's
a future TODO.
fedarko
changed the title
Making training/test column split case-insensitive?
Make error message on invalid training column values more clear
Feb 4, 2020
@vjcantu and I ran into this today -- if values in this column are labelled e.g.
train
andtest
, then 0Train
samples are identified (see line 189 below) and then later on Tensorflow fails with an obscure error thatnum_classes should be positive, got 0
.songbird/songbird/util.py
Lines 178 to 197 in 22ec2b5
Even if we'd prefer to leave this as case sensitive, it might be good to add a note to the README/FAQs explaining where this error comes from and/or that the training column stuff is case sensitive.
The text was updated successfully, but these errors were encountered: