lisa-lab/pylearn2

SVHN bugs

Closed this issue · 3 comments

which_set='splitted_train' and which_set='valid' fail because split_train_valid returns four values, not two. There's an easy fix, which is to simply turn the first two as a tuple and the last two as a tuple, because split_train_valid used to do this and apparently the relevant code still expects this.

Also, this looks totally suspicious and I suspect that which_set='train_all' has incorrect labels.

First part was fixed in #1371, thanks to @sandeepkbhat.
The second part is indeed suspicious.

I saw that, but it looks like it got merged away or something -- it's not in master (current link as of the time of this comment).

EDIT: nevermind, I'm not sure why, but github gave me an old copy.

I just merged it, so the first part should be fixed now.
For the second part, I opened #1535.