Hi… I currently trying to optimize my CNN model using gridsearchCV, but seem to have some problems feading my input data.. My training data is stored as a list of Np.ndarrays of shape (6,3,3) and my output is stored as a list of np.array with one entry. Why am I having problems parsing my data to it? best regards Carl B.