I initialized ds = SupervisedDataSet(12288,1)
and add data ds.appendLinked(im3.flatten(),10)
where im3 is an openCV picture.
and this is my trainer -> trainer = BackpropTrainer(red, ds)
When the running process reach BackpropTrainer, i get an AssertionError on backprop.py line 35 self.setData(dataset)
.
It's a pybrain error on Windows, I developed it on Linux and it run without problem. I don't know what else to do, I tried to reinstall all but it still gets the same error. Can anyone help me?