Open NaeemKhanNiazi opened 1 year ago
same problem, you solved that?
Same problem here, any updates?
Not sure if this helps anyone else, I was able to get around by using max_phones in the config, see below... Not sure what it should be set to, but this seemed to work for me, hope it helps someone 👍🏼
data_dirs: [data/spydernaz]
model: ar-quarter
batch_size: 1
eval_batch_size: 1
save_ckpt_every: 500
eval_every: 500
max_iter: 1000
max_phones: 5000
Hi @enhuiz,
Thank you very helpful work . I am using this code to train my own dataset sample on the given code. I am using the following Colab Notebook
(Vall-e Note Book)[https://colab.research.google.com/drive/1wEze0kQ0gt9B3bQmmbtbSXCoCTpq5vg-?usp=sharing]
I created a wav file and txt file which contain audio and corresponding text
After preprocessing , I get two files
But while I try to run the command
But I am facing following error