taylorlu / Speaker-Diarization

speaker diarization by uis-rnn and speaker embedding by vgg-speaker-recognition
Apache License 2.0
470 stars 121 forks source link

Module Error #32

Open VinuAbraham opened 4 years ago

VinuAbraham commented 4 years ago

When I am executing the speakerDiarization.py file module not found error pops up while importing model..

import model as spkModel ModuleNotFoundError: No module named 'model'

jeremy110 commented 4 years ago

I revise the code.It works for me. 1589447687509