Skip to content

Commit d1e051e

Browse files
committed
change test_batch_to_spacend to make end = 0
1 parent d31ffe8 commit d1e051e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_backend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2361,7 +2361,7 @@ def test_softsign(self):
23612361

23622362
def test_batch_to_spacend(self):
23632363
block_size = [2, 2]
2364-
crop = [[0, 1], [2, 1]]
2364+
crop = [[1, 0], [2, 1]]
23652365

23662366
input_val = np.random.random_sample([40, 3, 5, 100]).astype(np.float32)
23672367
input_x = tf.placeholder(dtype=tf.float32, shape=input_val.shape, name=_TFINPUT) # NHWC

0 commit comments

Comments
 (0)