Using the following model:
def unet(input_shape=(256, 256, 256)): inputs = Input(input_shape) #print(type(inputs)) #print(tf.shape(tf.squeeze(inputs))