guruucsd / DifferentialEncoding

Differential Encoding model
1 stars 3 forks source link

Autoencoder images get bandpass filtered when only the perceptron's stimuli should. #83

Open vishaalprasad opened 8 years ago

vishaalprasad commented 8 years ago

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.

bcipolli commented 7 years ago

@vishaalprasad is this fixed?

vishaalprasad commented 7 years ago

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.