Update finetune_config.yaml
Browse files- finetune_config.yaml +1 -1
finetune_config.yaml
CHANGED
@@ -44,7 +44,7 @@ model:
|
|
44 |
pin_memory: true
|
45 |
|
46 |
test_ds:
|
47 |
-
manifest_filepath:
|
48 |
sample_rate: ${model.sample_rate}
|
49 |
batch_size: 16
|
50 |
shuffle: false
|
|
|
44 |
pin_memory: true
|
45 |
|
46 |
test_ds:
|
47 |
+
manifest_filepath: "${DATA_ROOT}/test_manifest.json"
|
48 |
sample_rate: ${model.sample_rate}
|
49 |
batch_size: 16
|
50 |
shuffle: false
|