FoxBuchele commited on
Commit
cd13fe4
1 Parent(s): 4e3510c

Update enhancer_stage2/hparams.yaml

Browse files

Make path specifier generic, to fix this github issue:

https://github.com/resemble-ai/resemble-enhance/issues/9

Files changed (1) hide show
  1. enhancer_stage2/hparams.yaml +3 -3
enhancer_stage2/hparams.yaml CHANGED
@@ -1,10 +1,10 @@
1
- fg_dir: !!python/object/apply:pathlib.PosixPath
2
  - data
3
  - fg
4
- bg_dir: !!python/object/apply:pathlib.PosixPath
5
  - data
6
  - bg
7
- rir_dir: !!python/object/apply:pathlib.PosixPath
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