summaryrefslogtreecommitdiff
path: root/recipe/config_sr.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_sr.json
parentb77e381daafa6ec62476a9ccf1e2cdc2460a6902 (diff)
レシピ追加
Diffstat (limited to 'recipe/config_sr.json')
-rw-r--r--recipe/config_sr.json31
1 files changed, 31 insertions, 0 deletions
diff --git a/recipe/config_sr.json b/recipe/config_sr.json
new file mode 100644
index 0000000..3f290d9
--- /dev/null
+++ b/recipe/config_sr.json
@@ -0,0 +1,31 @@
+{
+ "dataset": {
+ "input_glob": "/yukari-news-harvest/yukari-news-*.npy",
+ "num_test": 5,
+ "input_global_noise": 3,
+ "input_local_noise": 3,
+ "blur_size_factor": 0,
+ "seed": 0,
+ "train_crop_size": 512,
+ "generator_base_channels": 64,
+ "generator_extensive_layers": 8,
+ "discriminator_base_channels": 32,
+ "discriminator_extensive_layers": 5
+ },
+ "loss": {
+ "mse": 100,
+ "adversarial": 1
+ },
+ "model": {
+ },
+ "project": {
+ "name": "",
+ "tags": []
+ },
+ "train": {
+ "batchsize": 8,
+ "gpu": -1,
+ "log_iteration": 250,
+ "snapshot_iteration": 5000
+ }
+} \ No newline at end of file