// Tile the image and get all slices of the tiles that it fully breaks down to.
slice_coords_all_tiles = get_slice_coords_of_all_img_tiles(log,
cnn3d.pathways[0].getShapeOfInput("test")[2:],
stride_of_tiling,
batchsize,
inp_chan_dims,
After Change
// Tile the image and get all slices of the tiles that it fully breaks down to.
slice_coords_all_tiles = get_slice_coords_of_all_img_tiles(log,
cnn3d.get_inp_shape_of_path(0, "test"),
stride_of_tiling,
batchsize,
inp_chan_dims,