Spaces:
Running
on
Zero
Running
on
Zero
Delete config/EEYD_mrx.yaml
Browse files- config/EEYD_mrx.yaml +0 -21
config/EEYD_mrx.yaml
DELETED
|
@@ -1,21 +0,0 @@
|
|
| 1 |
-
#!/bin/bash
|
| 2 |
-
mode: 'inference'
|
| 3 |
-
use_cuda: 1 # 1 for True, 0 for False
|
| 4 |
-
num_gpu: 1
|
| 5 |
-
|
| 6 |
-
checkpoint_dir: "checkpoints/EEYD_base"
|
| 7 |
-
|
| 8 |
-
# network settings
|
| 9 |
-
network_reference:
|
| 10 |
-
cue: text #
|
| 11 |
-
emb_size: 512 # resnet18:256
|
| 12 |
-
text_layers: 3
|
| 13 |
-
text_network: t5 # default t5, or clap
|
| 14 |
-
network_audio:
|
| 15 |
-
backbone: mrx
|
| 16 |
-
add_feature: None #audio
|
| 17 |
-
sampling_rate: 16000
|
| 18 |
-
|
| 19 |
-
# decode parameters
|
| 20 |
-
one_time_decode_length: 10 # maximum segment length for one-pass decoding (seconds), longer audio (>5s) will use segmented decoding
|
| 21 |
-
decode_window: 10 # one-pass decoding length
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|