Skip to content

Training freezes in Meteor "compute_score() " #17

@Tingchu

Description

@Tingchu

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions