Rename eval.yaml to config_mono.yaml
Browse files- config_mono.yaml +7 -0
- eval.yaml +0 -12
config_mono.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Training configuration for AVSE4 baseline model
|
| 2 |
+
data:
|
| 3 |
+
root: ??? # Path to the root directory containing training data
|
| 4 |
+
num_channels: 1 # Number of audio channels (1 for mono, 2 for stereo)
|
| 5 |
+
batch_size: 8 # Number of samples per batch
|
| 6 |
+
audio_norm: False # Whether to normalize audio data
|
| 7 |
+
rgb: False # Whether to use RGB images (True) or grayscale (False)
|
eval.yaml
DELETED
|
@@ -1,12 +0,0 @@
|
|
| 1 |
-
ckpt_path: ??? # Path to checkpoint for evaluation (null for fresh start)
|
| 2 |
-
save_dir: ??? # Directory where evaluation results will be saved
|
| 3 |
-
model_uid: ??? # Unique identifier for the model
|
| 4 |
-
cpu: False # Whether to use CPU for evaluation (True) or GPU (False)
|
| 5 |
-
|
| 6 |
-
data:
|
| 7 |
-
root: ??? # Path to the root directory containing train, dev and eval scenes data
|
| 8 |
-
num_channels: 2 # Number of audio channels (1 for mono, 2 for stereo)
|
| 9 |
-
audio_norm: False # Whether to normalize audio data
|
| 10 |
-
rgb: False # Whether to use RGB images (True) or grayscale (False)
|
| 11 |
-
dev_set: True # Whether to use dev set for evaluation (True) or not (False)
|
| 12 |
-
eval_set: False # Whether to use eval set for evaluation (True) or not (False)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|