baselines
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
mean, logstd = tf.split(axis=len(flat.shape)-1, num_or_size_splits=2, value=flat)
Why is this problem?