Skip to content
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

while_loop() got an unexpected keyword argument 'maximum_iterations' + Object was never used #11

Open
dutkaD opened this issue Oct 4, 2018 · 1 comment
Assignees
Labels

Comments

@dutkaD
Copy link

dutkaD commented Oct 4, 2018

I am getting this error and have no idea how to solve the issue...


TypeError: while_loop() got an unexpected keyword argument 'maximum_iterations'
ERROR:tensorflow:==================================
Object was never used (type <class 'tensorflow.python.ops.tensor_array_ops.TensorArray'>):
<tensorflow.python.ops.tensor_array_ops.TensorArray object at 0x7ff13b35ab00>
If you want to mark it as used call its "mark_used()" method.

while debugging, maximum_iterations = 100, and is of type integer

@aneesh-joshi
Copy link
Owner

@dutkaD
Thanks for the report.
I will try to fix it as soon as possible (maybe by this weekend)

In the mean time, could you try the other branch of this repo: https://github.com/aneesh-joshi/LSTM_POS_Tagger/tree/backup_master

It's the better version which I plan to merge into master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants