MultiNet icon indicating copy to clipboard operation
MultiNet copied to clipboard

Number of ways to split should evenly divide the split dimension, but got split_dim 3 (size = 4) and num_split 3

Open qmzpg opened this issue 8 years ago • 0 comments

when I run demo.py, it crashes at "output = sess.run([softmax], feed_dict=feed)" with the error called"Number of ways to split should evenly divide the split dimension, but got split_dim 3 (size = 4) and num_split 3

 [[Node: Validation/Processing/split = Split[T=DT_FLOAT, num_split=3, _device="/job:localhost/replica:0/task:0/device:GPU:0"](Validation/Processing/split/split_dim, ExpandDims)]]"

qmzpg avatar Mar 05 '18 08:03 qmzpg