vall-e icon indicating copy to clipboard operation
vall-e copied to clipboard

ValueError: No valid path is found for training.

Open enorrmann opened this issue 1 year ago • 7 comments

I followed the instructions for "test" folder when I try to run

python -m vall_e.train yaml=config/test/ar.yml

running on linux and my files are . ├── config │   ├── LibriTTS │   │   ├── ar-quarter.yml │   │   ├── ar.yml │   │   ├── nar-quarter.yml │   │   └── nar.yml │   └── test │   ├── ar.yml │   └── nar.yml ├── data │   └── test │   ├── test.normalized.txt │   ├── test.phn.txt │   ├── test.qnt.pt │   └── test.wav

my ar.yml is

data_dirs: [data/test]

model: ar-quarter batch_size: 1 eval_batch_size: 1 save_ckpt_every: 500 eval_every: 500 max_iter: 1000

enorrmann avatar Apr 29 '23 15:04 enorrmann