From 8ae9d5312620e7a633bb9d2f5600992738468947 Mon Sep 17 00:00:00 2001 From: jun_mac Date: Wed, 7 Jul 2021 21:09:43 +0900 Subject: [PATCH] dilation update --- configs/default.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/configs/default.json b/configs/default.json index b39a70c..8de1890 100644 --- a/configs/default.json +++ b/configs/default.json @@ -4,11 +4,11 @@ "upsampling_preconv_out_channels": 768, "upsampling_out_channels": [512, 512, 256, 128, 128], "upsampling_dilations": [ - [1, 2, 1, 2], - [1, 2, 1, 2], [1, 2, 4, 8], [1, 2, 4, 8], - [1, 2, 4, 8] + [1, 2, 4, 8], + [1, 2, 1, 2], + [1, 2, 1, 2] ], "downsampling_preconv_out_channels": 32, "downsampling_out_channels": [128, 128, 256, 512], @@ -54,4 +54,4 @@ "MASTER_ADDR": "localhost", "MASTER_PORT": "600010" } -} \ No newline at end of file +}