valhalla commited on
Commit
f74ce77
1 Parent(s): cd4195b

Upload diffwave/config.json

Browse files
Files changed (1) hide show
  1. diffwave/config.json +13 -0
diffwave/config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "DiffWave",
3
+ "_diffusers_version": "0.0.3",
4
+ "diffusion_step_embed_dim_in": 128,
5
+ "diffusion_step_embed_dim_mid": 512,
6
+ "diffusion_step_embed_dim_out": 512,
7
+ "dilation_cycle": 10,
8
+ "in_channels": 1,
9
+ "num_res_layers": 30,
10
+ "out_channels": 1,
11
+ "res_channels": 128,
12
+ "skip_channels": 128
13
+ }