I have the following code
aa = tf.zeros([10, 4, 240, 240, 1]) aa[:, :, 10:20, 5:15, :] = 1
However, this does not work.
I know that nu