EricGuo5513/momask-codes

No such file or directory: './checkpoints/kit/Comp_v6_KLD005/opt.txt'

Closed this issue · 2 comments

File "/home/liluwei/master1/project/momask-codes-main/train_vq.py", line 75, in
wrapper_opt = get_opt(dataset_opt_path, torch.device('cuda'))
File "/home/liluwei/master1/project/momask-codes-main/utils/get_opt.py", line 37, in get_opt
with open(opt_path, 'r') as f:
FileNotFoundError: [Errno 2] No such file or directory: './checkpoints/kit/Comp_v6_KLD005/opt.txt'

Hello, I made this mistake during training, where can I get this file? (./checkpoints/kit/Comp_v6_KLD005/opt.txt)

Hi, it's an evaluator checkpoint we use to select model. Specifically, your missing file could be downloaded by

gdown --fuzzy https://drive.google.com/file/d/115n1ijntyKDDIZZEuA_aBgffyplNE5az/view?usp=sharing

More info could be found in Get You Ready - Models and Dependencies.

Thanks. I'll try