Hi,
Curious about how you've modified either the layers from tf_unet or modified the input images.
tf.nn.conv3d (which i assume is what you substituted tf.nn.conv2d in layers.py for) only takes 5D tensors but all of the tensors I'm seeing in your code are 4D (batch, height, width, channel).
Hi, Curious about how you've modified either the layers from tf_unet or modified the input images. tf.nn.conv3d (which i assume is what you substituted tf.nn.conv2d in layers.py for) only takes 5D tensors but all of the tensors I'm seeing in your code are 4D (batch, height, width, channel).