thomaskuestner/CNNArt

data splitting problem

Closed this issue · 2 comments

When performing training and testing data splitting, only normal mode is working while crossvalidation_data and crossvalidation_patient functions still have some bugs. The problem is X_train, y_train, X_test and y_tset should be returned as a list instead of dictionary to be written into h5 file via hf.create_dataset.

should be fixed: c4c09 and 56d4c

closed