Getting "No valid path is found for training". Using WSL + followed the Collab
python3 -m vall_e.train yaml=config/test/ar.yml
1it [00:00, 207.85it/s]
Traceback (most recent call last):
File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/usr/lib/python3.10/runpy.py", line 86, in _run_code
exec(code, run_globals)
File "/home/varunmayya/.local/lib/python3.10/site-packages/vall_e/train.py", line 128, in
Hi @varunmayya
- Use
cdto navigate to the project folder/vall-e - Check the
data_dirskey in the config fileconfig/test/ar.yml. Does it point to the same folder of your dataset?
Still doesn't work. This is my folder structure:
vall-e config > test data > test logs
MY AR file's first line is: data_dirs: [data/test]
Did you change the audios in test foder? You need to have a pair to train/valid sets.
No I didn't, it's the default
here's my setup, still doens't work




The command I'm using: python3 -m vall_e.train yaml=config/second/ar.yml
[data/test] should be [data/second]