Open vishaalprasad opened 8 years ago
@vishaalprasad is this fixed?
I don't think it is. On my local copy, I've simply used my old hack in de_CreateDataset
of not filtering the image if the stimSet is vanhateren.
I think there needs to be structural changes in de_CreateDataset
to make a proper fix.
There needs to be a way to allow autoencoder images to stay stable (so that the perceptrons use the same features) such that the bandpass filter is only applied to the dataset if the dataset is used for the perceptron.
There is no way of doing that in the current code --- the
de_CreateDataset
file where the bandpass filtering occurs is agnostic of whether it's being called to create the autoencoder or the perceptron dataset.