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!
Hi,
Thanks for your great work and the public code!
After I met early stopping and restart training, an error occurred:
Where can I find "sentences.txt"?
Thanks!