Michael Nguyen
Michael Nguyen
Hello, Thanks for the paper and code! I was wondering, when is it appropriate to use the mag_phase to do `istft`? https://github.com/haoxiangsnr/FullSubNet/blob/main/audio_zen/acoustics/feature.py#L48
Is the nancy corpus pre-trained model available anywhere for use? I think the one provided in the README is LJ Speech trained model
Is there a way to convert the pretrained deep speech model, or any model of neons, to a model compatible with tensorflow?
Hey all, I am doing distributed training using tensorflow 1.12 and horovod 0.15.2 on 4 machines and 16 v100 GPUS on cuda 9.0 and cudnn 7.14 . It trains fine,...
change base_dir during training, preprocessing, and evaluation to directory of mimic repo https://github.com/MycroftAI/mimic2/blob/master/train.py#L129
So the data's shape is (speaker, utterance, log filterbanks) and the output is (speaker, utterance, embeddings). What is utterance in this case?
I am evaluating different open source CFD solvers. Does anyone have some sort of report comparing oasis to openFOAM?