two_pairs.json (493B)
1 { 2 "_notes": [ 3 "Dev note: Ensure that tests/test_bin/test_train/test_main.py's data is ", 4 "representative of this!" 5 ], 6 "train": { 7 "x_path": "C:\\path\\to\\train\\source.wav", 8 "y_path": "C:\\path\\to\\train\\target.wav", 9 "ny": 8192 10 }, 11 "validation": { 12 "x_path": "C:\\path\\to\\validation\\source.wav", 13 "y_path": "C:\\path\\to\\validation\\target.wav", 14 "ny": null 15 }, 16 "common": { 17 "delay": 0 18 } 19 }