print("The lenght of the validation inputs is {} and the size of the elements is {}".format(len(validation_dMRI),train_dMRI[len(validation_dMRI)-1].shape))
print("The lenght of the validation targets is {} and the size of the elements is {}".format(len(validation_rsfMRI),train_dMRI[len(validation_rsfMRI)-1].shape))