FoxBuchele
commited on
Commit
•
cd13fe4
1
Parent(s):
4e3510c
Update enhancer_stage2/hparams.yaml
Browse filesMake path specifier generic, to fix this github issue:
https://github.com/resemble-ai/resemble-enhance/issues/9
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
|