-
Notifications
You must be signed in to change notification settings - Fork 220
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Take another input. #10
Comments
this is the code that i am using for model 4 to input 1 sentence i have used this in model 4
please try this , and tell me if it working |
attention_decoder timestep 99 of 100 W0708 22:39:01.221755 140576798738304 deprecation.py:506] From /usr/local/lib/python3.6/dist-packages/tensorflow/python/training/adagrad.py:76: calling Constant.init (from tensorflow.python.ops.init_ops) with dtype is deprecated and will be removed in a future version. |
are you working on the notebook on python 3 .. i think this is the problem , actually this code which come from https://github.com/yaserkl/RLSeq2Seq which is built on pythoon 2.7 yaserkl/RLSeq2Seq#2 so this notebook now only works with python 2.7 please just confirm if this is the problem (working on python3) or if there is another problem that i need to solve thanks |
How to take another article as an input?
i have converted an article to bin and added it to data path.
it's giving.
WARNING:tensorflow:Bucket input queue is empty when calling next_batch. Bucket queue size: 0, Input queue size: 0
The text was updated successfully, but these errors were encountered: