pyannote doesn't find yml, but is looking for yaml when loading pipeline
#1
by
coen22
- opened
- config.yaml +6 -0
config.yaml
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
model:
|
2 |
+
class: PyanNet
|
3 |
+
module: pyannote.audio.models.segmentation.PyanNet
|
4 |
+
versions:
|
5 |
+
pyannote.audio: 0.0.1
|
6 |
+
torch: 1.7.0
|