fast-style-transfer
fast-style-transfer copied to clipboard
ValueError: None values not supported.
When I use the net in transform.py , some errors happened:
Traceback (most recent call last): File "...", ... conv_t1 = _conv_tranpose_layer(resid5, 64, 3, 2) File "...", ... tf_shape = tf.stack(new_shape) ...... File ".../.local/lib/python3.5/site-packages/tensorflow/python/framework/tensor_util.py", line 371, in make_tensor_proto raise ValueError("None values not supported.") ValueError: None values not supported.
So what should I do... Change tf.stack to other function...? Tensorflow version:1.4.0+GPU Thanks!