Skip to content
Snippets Groups Projects
Commit 6faa0d99 authored by Yannick DAYER's avatar Yannick DAYER
Browse files

fix speechbrain pipeline to point at the extractor

parent ffcb72df
No related branches found
No related tags found
1 merge request!65Fix the speechbrain pipeline to point at the correct extractor
Pipeline #61552 passed
......@@ -2,7 +2,7 @@ from sklearn.pipeline import make_pipeline
from bob.bio.base.algorithm import Distance
from bob.bio.base.pipelines import PipelineSimple
from bob.bio.spear.extractor import SpeechbrainEmbeddings
from bob.bio.spear.extractor.speechbrain_embeddings import SpeechbrainEmbeddings
from bob.pipelines import wrap
transformer_pipeline = make_pipeline(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment