-
Notifications
You must be signed in to change notification settings - Fork 438
Exception when running language model example #156
Comments
could be a tensorflow/skflow version issue, can you specify the version/check for updates? |
I'm also getting the same exception on Tensorflow 0.7.1 and Skflow 0.1.0 Also tried with nightly of TF using the contrib.skflow, same result. Let me know if anything else would be useful. |
I am also getting same error as well |
Hi, Sorry for slow response. Can you try doing |
I'm getting the same error in both 0.8 and 0.9rc1. @ilblackdragon when running the above command before the model section it works fine, but then fails on the last line. |
I tried finding the source, and this is what I found: tensorflow/tensorflow@30573c2#commitcomment-17868872 |
This may be fixed now with refactoring to use MonitoredSession. If not, please re-file bug at tensorflow repository - this one is inactive. Thanks! |
Hi,
Thanks for making this tool. It will definitely make things easier for NN newcomers.
I just tried running your language model example and got the following exception:
I made sure that my python distribution has the correct version of
six
. I tried running it both in a virtual environment and in a normal Python 3 distro. Any ideas what might be causing this?The text was updated successfully, but these errors were encountered: