Skip to content

FileNotFoundError: [Errno 2] No such file or directory: 'sentences.txt' #7

@ailingzengzzz

Description

@ailingzengzzz

Hi,

Thanks for your great work and the public code!
After I met early stopping and restart training, an error occurred:

File "train_wordConditioned.py", line 285, in
argparseNloop(train)
File "language2pose/src/argsUtils.py", line 137, in argparseNloop
loop(args, i)
File "train_wordConditioned.py", line 279, in train
render_new_sentences(args, exp_num, data)
File "language2pose/src/sample_wordConditioned_newSentence.py", line 213, in sample
with open(args.view, 'r') as f:
FileNotFoundError: [Errno 2] No such file or directory: 'sentences.txt'

Where can I find "sentences.txt"?

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions