From 731fcb4c35a7989570c832058542c8fd35ab57f0 Mon Sep 17 00:00:00 2001 From: Hiroshiba Kazuyuki Date: Thu, 8 Mar 2018 01:48:52 +0900 Subject: レシピ追加 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- recipe/config_sr.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 recipe/config_sr.json (limited to 'recipe/config_sr.json') 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 -- cgit v1.2.3-70-g09d2