melmikaty/3D_CNN

Hello, I want to use your code to do regression prediction about 3D-CNN, my own data is 4D array,the lable is a one-dimensional vector, how should I modify the code?

Opened this issue · 1 comments

Hello, I want to use your code to do regression prediction about 3D-CNN, my own data is 4D array,the lable is a one-dimensional vector, how should I modify the code?

Hi @jiangds2018 the code assumes the input data to be of 4 dimensions, height, width, depth and number of channels. I reckon you can use the same code to process 4D arrays. N.B., the in_data file assumes that data has been saved in a specific structure explained in the file.