raw-audio-gender-classification
raw-audio-gender-classification copied to clipboard
Machine learning experiment to perform gender classification from raw audio.
Results
1
raw-audio-gender-classification issues
Sort by
recently updated
recently updated
newest added
'Loading and Visualisation Pretrained model" model_path= '../models/n_seconds/siamese__nseconds_3.0__filters_32__embed_64__drop_0.05__r_0.hdf5' downsampling = 4 siamese = load_model(model_path) **********************************************************error************** --------------------------------------------------------------------------- TypeError Traceback (most recent call last) in () ----> 1 siamese = load_model(model_path) /opt/conda/lib/python3.6/site-packages/keras/models.py in...