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

Training freezes in Meteor "compute_score() " #17

Open
Tingchu opened this issue Nov 16, 2017 · 2 comments
Open

Training freezes in Meteor "compute_score() " #17

Tingchu opened this issue Nov 16, 2017 · 2 comments

Comments

@Tingchu
Copy link

Tingchu commented Nov 16, 2017

Hi TAs,

My training process has just stuck in Meteor function "compute_score",
leaving a message "computing METEOR score...".
Not sure if anyone encountered this issue before?

I'm using python3 to run the training, after 2to3 all files including coco_caption.
I also modified some codes to solve exception 'TypeError: a bytes-like object is required, not 'str'" by the following codes:
sentences_bytes = bytes(sentences, 'utf-8')

Or can I simply disable the option '--language_eval' ?

Thanks!

@yyrkoon27
Copy link

I got the same issue with you. To let things go on, I switched back to Python 2.7.

@doom8199
Copy link

Hi TAs:
Should out report contain language_eval results?
If no, I think we can set "--language_eval 0" for both train.py & eval.py just mentioned from Tingchu's comment.

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