diff options
Diffstat (limited to 'recipe')
| -rw-r--r-- | recipe/config.json | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/recipe/config.json b/recipe/config.json index a559299..f6b2b31 100644 --- a/recipe/config.json +++ b/recipe/config.json @@ -4,18 +4,18 @@ "f0", "mfcc" ], - "input_glob": "/hiho-pause/hiho-pause-atr-*.npy", + "input_glob": "./data/mat-holly-24000/feat/mat/voice_*.npy", "input_global_noise": 0.01, "input_local_noise": 0.01, - "input_mean_path": "/hiho-pause/mean.npy", - "input_var_path": "/hiho-pause/var.npy", + "input_mean_path": "./data/mat-holly-24000/feat/mat/mean.npy", + "input_var_path": "./data/mat-holly-24000/feat/mat/var.npy", "num_test": 1, "seed": 0, - "target_glob": "/yukari-pause/yukari-pause-atr-*.npy", + "target_glob": "./data/mat-holly-24000/feat/holly/voice_*.npy", "target_global_noise": 0.01, "target_local_noise": 0.01, - "target_mean_path": "/yukari-pause/mean.npy", - "target_var_path": "/yukari-pause/var.npy", + "target_mean_path": "./data/mat-holly-24000/feat/holly/mean.npy", + "target_var_path": "./data/mat-holly-24000/feat/holly/var.npy", "train_crop_size": 512 }, "loss": { @@ -32,7 +32,7 @@ "weak_discriminator": false }, "project": { - "name": "", + "name": "mat-holly-24000", "tags": [] }, "train": { |
