summaryrefslogtreecommitdiff
path: root/recipe/config.json
diff options
context:
space:
mode:
authorHiroshiba Kazuyuki <kazuyuki_hiroshiba@dwango.co.jp>2018-03-08 01:48:52 +0900
committerHiroshiba Kazuyuki <kazuyuki_hiroshiba@dwango.co.jp>2018-03-08 01:48:52 +0900
commit731fcb4c35a7989570c832058542c8fd35ab57f0 (patch)
treefcf81a3d538c46c75461a8ea5eb232688aa35685 /recipe/config.json
parentb77e381daafa6ec62476a9ccf1e2cdc2460a6902 (diff)
レシピ追加
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
+ }
+}