Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issue while training speech_activity_detection #151

Closed
rohithkodali opened this issue Feb 14, 2019 · 3 comments
Closed

issue while training speech_activity_detection #151

rohithkodali opened this issue Feb 14, 2019 · 3 comments

Comments

@rohithkodali
Copy link

getting the follwing error when i try to train the speech activity detection models

pyannote-speech-detection train --gpu --to=1000 ${EXPERIMENT_DIR} AMI.SpeakerDiarization.MixHeadset
database is /home/rohit/.pyannote/db.yml
Traceback (most recent call last):
File "/home/rohit/anaconda3/envs/pyannote/bin/pyannote-speech-detection", line 11, in
sys.exit(main())
File "/home/rohit/anaconda3/envs/pyannote/lib/python3.6/site-packages/pyannote/audio/applications/speech_detection.py", line 351, in main
application = SpeechActivityDetection(experiment_dir, db_yml=db_yml)
File "/home/rohit/anaconda3/envs/pyannote/lib/python3.6/site-packages/pyannote/audio/applications/speech_detection.py", line 204, in init
self.model_ = Architecture(n_features, n_classes,**self.config_['architecture'].get('params', {}))
TypeError: init() got an unexpected keyword argument 'instance_normalize'

@rohithkodali rohithkodali changed the title isue while training speech_activity_detection issue while training speech_activity_detection Feb 14, 2019
@hbredin
Copy link
Member

hbredin commented Feb 15, 2019

I just updated the README to warn that tutorials are based on the develop branch.
Please install from source:

$ git clone https://github.com/pyannote/pyannote-audio.git
$ cd pyannote-audio
$ git checkout develop
$ pip install .

@rnunziata
Copy link

Thanks...I saw the devel branch in the drop down on the left and assumed that it meant that the clone url on the right was the devel branch .... it is not. you have to do a git checkout.
Thank you for this update.

@benjisympa
Copy link

benjisympa commented Mar 13, 2019

I have used also conda install -c anaconda cmake to compile dlib on a conda environment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants