summaryrefslogtreecommitdiff
path: root/recipe/config.json
diff options
context:
space:
mode:
Diffstat (limited to 'recipe/config.json')
-rw-r--r--recipe/config.json44
1 files changed, 44 insertions, 0 deletions
diff --git a/recipe/config.json b/recipe/config.json
new file mode 100644
index 0000000..a559299
--- /dev/null
+++ b/recipe/config.json
@@ -0,0 +1,44 @@
+{
+ "dataset": {
+ "features": [
+ "f0",
+ "mfcc"
+ ],
+ "input_glob": "/hiho-pause/hiho-pause-atr-*.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",
+ "num_test": 1,
+ "seed": 0,
+ "target_glob": "/yukari-pause/yukari-pause-atr-*.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",
+ "train_crop_size": 512
+ },
+ "loss": {
+ "adversarial": 1,
+ "mse": 100
+ },
+ "model": {
+ "in_channels": 10,
+ "out_channels": 10,
+ "generator_base_channels": 64,
+ "generator_extensive_layers": 8,
+ "discriminator_base_channels": 32,
+ "discriminator_extensive_layers": 5,
+ "weak_discriminator": false
+ },
+ "project": {
+ "name": "",
+ "tags": []
+ },
+ "train": {
+ "batchsize": 8,
+ "gpu": -1,
+ "log_iteration": 250,
+ "snapshot_iteration": 5000
+ }
+}