fast-style-transfer icon indicating copy to clipboard operation
fast-style-transfer copied to clipboard

ValueError: None values not supported.

Open wangjp0408 opened this issue 6 years ago • 0 comments

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!

wangjp0408 avatar Jun 10 '18 02:06 wangjp0408