Update enhancer_stage2/hparams.yaml
#3
by
FoxBuchele
- opened
enhancer_stage2/hparams.yaml
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
-
fg_dir: !!python/object/apply:pathlib.
|
2 |
- data
|
3 |
- fg
|
4 |
-
bg_dir: !!python/object/apply:pathlib.
|
5 |
- data
|
6 |
- bg
|
7 |
-
rir_dir: !!python/object/apply:pathlib.
|
8 |
- data
|
9 |
- rir
|
10 |
load_fg_only: false
|
|
|
1 |
+
fg_dir: !!python/object/apply:pathlib.Path
|
2 |
- data
|
3 |
- fg
|
4 |
+
bg_dir: !!python/object/apply:pathlib.Path
|
5 |
- data
|
6 |
- bg
|
7 |
+
rir_dir: !!python/object/apply:pathlib.Path
|
8 |
- data
|
9 |
- rir
|
10 |
load_fg_only: false
|