You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, it's me again:)
Because of insufficient computer storage,I skipped the following step:
Preprocess wav files
In order to boost training speed, perform STFT for each files before training by:
python generator.py -c [config yaml] -d [data directory] -o [output directory] -p [processes to run]
This will create 100,000(train) + 1000(test) data. (About 160G)
Then I downloaded embedder.pt, train-clear-100.tar.gz and dev-clean.tar.gz. I unziped tar.gz files and put those unzipped file folders to the root directory of voicefilter.I also specifying train_dir, test_dir at config.yaml, such as:
Hi, it's me again:)
Because of insufficient computer storage,I skipped the following step:
Then I downloaded embedder.pt, train-clear-100.tar.gz and dev-clean.tar.gz. I unziped tar.gz files and put those unzipped file folders to the root directory of voicefilter.I also specifying train_dir, test_dir at config.yaml, such as:
After that, when I enter this instruction:
python trainer.py -c [config yaml] -e [path of embedder pt file] -m [name]
Error prompts pop up on the screen:AssertionError: no training file found
I want to know which step I made a mistake, or what configuration was missing? Thanks! REALLY looking forward to your reply!
The text was updated successfully, but these errors were encountered: