We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I want to test the AAS. And the test command line is shown below.
python main.py --trainer AAS --DB_name chime --rnn_size 500 --rnn_layers 4 --ASR_path ../AM_training/models/librispeech_final.pth.tar --mode test --load_path /data/kenkim/AAS_enhancement/model.pth.tar
So, I want to obtain the file 'model.pth.tar'. Where can I download the file?
The text was updated successfully, but these errors were encountered:
Thanks for your interests on AAS. Check the readme page.
"The pre-trained enhanement model (E) trained on Librispeech + DEMAND is available here. (acoustic:adversarial = 1:100000, #hidden = 500, #layer = 4)"
Sorry, something went wrong.
Thank you for your answer.
I have one more question.
In 'main.py' code, there are the following parts.
if (config.mode == 'train'): trainer.train() # VAE elif(config.mode == 'test'): trainer.test() elif(config.mode == 'visualize'): trainer.visualize()
But, in 'trainer_AAS.py' code, the test() function could not be found.
How can I test the AAS?
No branches or pull requests
I want to test the AAS.
And the test command line is shown below.
python main.py --trainer AAS --DB_name chime --rnn_size 500 --rnn_layers 4 --ASR_path ../AM_training/models/librispeech_final.pth.tar --mode test --load_path /data/kenkim/AAS_enhancement/model.pth.tar
So, I want to obtain the file 'model.pth.tar'.
Where can I download the file?
The text was updated successfully, but these errors were encountered: