top of page
Search

MindGame: A Developer Journal - DEAP data-set pre-processing

processing of Deap data in Matlab::EEGLAB


The package "pickle" is buggy while shifting between python 2 and python 3

https://stackoverflow.com/questions/11305790/pickle-incompatibility-of-numpy-arrays-between-python-2-and-3


People are reporting issues that a numpy array with pickle build in python 2 could not be loaded into python 3. Including me. To fix this shit, we need to manually shift the encoding to latin1.

data.shape = (40,40,8064)

label.shape = (40,5)

Done! Ready for training!

Recent Posts

See All

Pre-thesis Week 12: Final Thoughts

by Tongda Xu I am planning to work on the coding side of this project soon. I'll start with optical fow camera shot segmentation. The...

Comments


bottom of page