baselines icon indicating copy to clipboard operation
baselines copied to clipboard

Number of ways to split should evenly divide the split dimension, but got split_dim 3 (size = 3) and num_split 2 [Op:Split] name: split

Open Lufffya opened this issue 4 years ago • 0 comments

mean, logstd = tf.split(axis=len(flat.shape)-1, num_or_size_splits=2, value=flat)

Why is this problem?

Lufffya avatar Dec 07 '20 07:12 Lufffya