voicemap
voicemap copied to clipboard
Please provide a pretrained model of some sorts
It is not possible to download such a huge dataset for those with limited bandwidth. It would be great if there were a pre-trained model available.
Hi @ashupednekar
In my case I changed the cell above the "load_model(model_path)" cell to
model_path = '../models/n_seconds/siamese__nseconds_3.0__filters_32__embed_64__drop_0.05__r_0.hdf5'
and downloaded the model file from https://github.com/oscarknagg/voicemap/tree/master/models/n_seconds
I save the downloaded file to "../models/n_seconds/" and I was able to run the model without a problem. If you haven't tried the above, please try it to see if it works for you.
Thanks, Andrew
Hi @ashupednekar
In my case I changed the cell above the "load_model(model_path)" cell to
model_path = '../models/n_seconds/siamese__nseconds_3.0__filters_32__embed_64__drop_0.05__r_0.hdf5'
and downloaded the model file from https://github.com/oscarknagg/voicemap/tree/master/models/n_seconds
I save the downloaded file to "../models/n_seconds/" and I was able to run the model without a problem. If you haven't tried the above, please try it to see if it works for you.
Thanks, Andrew
i did the same thing it is not working having following error "bad marshall" something
Please use
rateinstead of
keep_prob. Rate should be set to
rate = 1 - keep_prob`.
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/keras/utils/generic_utils.py", line 231, in func_load
code = marshal.loads(raw_code)
ValueError: bad marshal data (unknown type code)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/mustafacelik/PycharmProjects/voicemap/mustafa.py", line 16, in