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

unsupported operand type(s) for -: 'float' and 'Flag' #17

Open
jigyasa06 opened this issue May 27, 2018 · 5 comments
Open

unsupported operand type(s) for -: 'float' and 'Flag' #17

jigyasa06 opened this issue May 27, 2018 · 5 comments

Comments

@jigyasa06
Copy link

screen shot 2018-05-27 at 19 55 49

@jigyasa06
Copy link
Author

jigyasa06 commented May 27, 2018

can you please tell me why is this issue arrising.?
this error is coming when i am running your train.py file
thankyou

@jayparks please if you can help , i am really understanding your code so well that i really want to implement this . I will be very thankful to you if you can help or guide.

@jigyasa06
Copy link
Author

when i am running train.py file, it is giving me the output like' sequence is less than 50'. can u please tell why it is taking as my input and output none ?

@jigyasa06
Copy link
Author

@Germey can you please have a look and suggest me something?

@Germey
Copy link
Contributor

Germey commented May 30, 2018

maybe you can change

config = OrderedDict(sorted(FLAGS.__flags.items()))

to

config = FLAGS.flag_values_dict()

It works fine for TensorFlow 1.5+

@shaival2905
Copy link

it is giving me this error
KeyError: 'attention_weights_11/Exp'

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

No branches or pull requests

3 participants