bill9800 / speech_separation

Include some core functions and model to handle speech separation
MIT License
153 stars 61 forks source link

Cannot load the pretrained model #4

Closed i-radwan closed 5 years ago

i-radwan commented 5 years ago

Thanks for your efforts. I have an issue and a couple of questions. I've followed the steps to preprocess the data, I've then downloaded your pretrained h5 model from google drive(https://drive.google.com/file/d/1GfTtnisfnRluUf-V1FQzCWe8_BG5tNYI/view?usp=drivesdk). After that I've tried to run the evaluation script of model_v2(using python2.7 and 3.5), but the code produces segmentation fault when calling the load_model function. Do you have any suggestions? What is your python version? What are your Keras and tensorflow versions? How many gigabytes of vram required to load the model during the evaluation time? How long does it take to process(i.e. feedfoward) a single 3 seconds segment on your GPU? Do you have any sample outputs (wav files that have been generated by your pretrained model) to share with us?

Thank your very much :D