haven-jeon / TensorFlow-Book-R

This is the unofficial code repository for Machine Learning with TensorFlow(R).
58 stars 32 forks source link

problem with updating reticulate 0.8 #1

Open haven-jeon opened 7 years ago

haven-jeon commented 7 years ago

"feed_dict" key have a problem when using reticulate 0.8.

haven-jeon commented 7 years ago

I tensorflow/core/common_runtime/gpu/gpu_device.cc:975] Creating TensorFlow device (/gpu:0) -> (device: 0, name: GeForce GTX 1080, pci bus id: 0000:02:00.0) Error in py_call_impl(callable, dots$args, dots$keywords) : TypeError: Cannot interpret feed_dict key as Tensor: The name 'x' looks like an (invalid) Operation name, not a Tensor. Tensor names must be of the form ":".

Detailed traceback: File "/home/gogamza/python_with_r/venv/lib/python3.5/site-packages/tensorflow/python/client/session.py", line 767, in run run_metadata_ptr) File "/home/gogamza/python_with_r/venv/lib/python3.5/site-packages/tensorflow/python/client/session.py", line 922, in _run

  • e.args[0])