try with CUDA 8.
i was able to import tensorflow in TD, but something still broken. when i’m hitting a Run Style Transfer this error is appearing. can someone help with this? is it tensorflow version error? mine is 1.9 with CUDA 8
[code]python >>>
Traceback (most recent call last):
File “C:/Python35/Lib/site-packages\tensorflow\python\framework\op_def_library.py”, line 510, in _apply_op_helper
preferred_dtype=default_dtype)
File “C:/Python35/Lib/site-packages\tensorflow\python\framework\ops.py”, line 1107, in internal_convert_to_tensor
ret = conversion_func(value, dtype=dtype, name=name, as_ref=as_ref)
File “C:/Python35/Lib/site-packages\tensorflow\python\framework\ops.py”, line 944, in _TensorTensorConversionFunction
(dtype.name, t.dtype.name, str(t)))
ValueError: Tensor conversion requested dtype float32 for Tensor with dtype string: ‘Tensor(“Const_14:0”, shape=(), dtype=string, device=/device:GPU:0)’
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “/StyleTransfer/UI/chopexec1”, line 3, in onOffToOn
File “/StyleTransfer/local/modules/main”, line 582, in render_single_image
File “/StyleTransfer/local/modules/main”, line 379, in stylize
File “/StyleTransfer/local/modules/main”, line 175, in build_model
File “/StyleTransfer/local/modules/main”, line 202, in conv_layer
File “C:/Python35/Lib/site-packages\tensorflow\python\ops\gen_nn_ops.py”, line 1042, in conv2d
data_format=data_format, dilations=dilations, name=name)
File “C:/Python35/Lib/site-packages\tensorflow\python\framework\op_def_library.py”, line 546, in _apply_op_helper
inferred_from[input_arg.type_attr]))
TypeError: Input ‘filter’ of ‘Conv2D’ Op has type string that does not match type float32 of argument ‘input’.
python >>> [/code]