Skip to content

Instantly share code, notes, and snippets.

@andresn
Created April 21, 2017 04:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andresn/430b4752c9fd8987215af1ca6c25039a to your computer and use it in GitHub Desktop.
Save andresn/430b4752c9fd8987215af1ca6c25039a to your computer and use it in GitHub Desktop.
Traceback (most recent call last):
File "//anaconda/envs/intro-to-rnns/lib/python3.6/runpy.py", line 183, in _run_module_as_main
mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
File "//anaconda/envs/intro-to-rnns/lib/python3.6/runpy.py", line 109, in _get_module_details
__import__(pkg_name)
File "/Users/andresn/dev/machine-learning/deep-learning/intro-to-rnns/Anna_KaRNNa.py", line 350, in <module>
feed_dict = feed
File "//anaconda/envs/intro-to-rnns/lib/python3.6/site-packages/tensorflow/python/debug/wrappers/framework.py", line 394, in run
self._run_call_count))
File "//anaconda/envs/intro-to-rnns/lib/python3.6/site-packages/tensorflow/python/debug/wrappers/local_cli_wrapper.py", line 187, in on_run_start
request.feed_dict)
File "//anaconda/envs/intro-to-rnns/lib/python3.6/site-packages/tensorflow/python/debug/wrappers/local_cli_wrapper.py", line 483, in _update_run_calls_state
self._tensor_filters)
File "//anaconda/envs/intro-to-rnns/lib/python3.6/site-packages/tensorflow/python/debug/cli/cli_shared.py", line 273, in get_run_start_intro
feed_dict_lines.append(feed_key.name)
AttributeError: 'tuple' object has no attribute 'name'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment