Update unet/config.json
Browse files- unet/config.json +1 -1
unet/config.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"down_block_types": ["DownResnetBlock1D", "DownResnetBlock1D", "DownResnetBlock1D", "DownResnetBlock1D"], "block_out_channels": [32, 64, 128, 256], "up_block_types": ["UpResnetBlock1D", "UpResnetBlock1D", "UpResnetBlock1D"], "layers_per_block": 1, "use_timestep_embedding": true, "out_block_type": "OutConv1DBlock"
|
|
|
1 |
+
{"down_block_types": ["DownResnetBlock1D", "DownResnetBlock1D", "DownResnetBlock1D", "DownResnetBlock1D"], "block_out_channels": [32, 64, 128, 256], "up_block_types": ["UpResnetBlock1D", "UpResnetBlock1D", "UpResnetBlock1D"], "layers_per_block": 1, "use_timestep_embedding": true, "out_block_type": "OutConv1DBlock"}
|