Skip to content
Snippets Groups Projects

Fix setup configuration from gmm_voxforge to gmm_default

1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -112,7 +112,7 @@ setup(
"external = bob.bio.spear.config.annotator.external:annotator", # external VAD
],
"bob.bio.pipeline": [
"gmm-default = bob.bio.spear.config.pipeline.mfcc60_gmm_voxforge:pipeline",
"gmm-default = bob.bio.spear.config.pipeline.mfcc60_gmm_default:pipeline",
"isv-default = bob.bio.spear.config.pipeline.mfcc60_isv_voxforge:pipeline",
"speechbrain-ecapa-voxceleb = bob.bio.spear.config.pipeline.speechbrain_ecapa_voxceleb:pipeline", # Do not call it `speechbrain` as it would try to load the speechbrain module instead
"ivector-default = bob.bio.spear.config.pipeline.mfcc60_ivector:pipeline",
@@ -125,7 +125,7 @@ setup(
"mini-voxforge = bob.bio.spear.config.database.mini_voxforge",
"voxceleb = bob.bio.spear.config.database.voxceleb",
# PipelineSimple config:
"gmm-default = bob.bio.spear.config.pipeline.mfcc60_gmm_voxforge",
"gmm-default = bob.bio.spear.config.pipeline.mfcc60_gmm_default",
"gmm-mobio = bob.bio.spear.config.pipeline.mfcc60_gmm_mobio",
"isv-default = bob.bio.spear.config.pipeline.mfcc60_isv_voxforge",
],
Loading