momask-codes icon indicating copy to clipboard operation
momask-codes copied to clipboard

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

Open liloewe opened this issue 1 year ago • 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)

liloewe avatar Jan 04 '24 05:01 liloewe

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.

Murrol avatar Jan 04 '24 07:01 Murrol

Thanks. I'll try

liloewe avatar Jan 04 '24 09:01 liloewe