BackTo2014 commited on
Commit
9414be5
·
verified ·
1 Parent(s): c2416d8

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -1
config.json CHANGED
@@ -8,5 +8,7 @@
8
  "dropout": 0.15,
9
  "image_size": 32,
10
  "in_channels": 3,
11
- "out_channels": 3
 
 
12
  }
 
8
  "dropout": 0.15,
9
  "image_size": 32,
10
  "in_channels": 3,
11
+ "out_channels": 3,
12
+ "time_embedding_dim": 512,
13
+ "norm_num_groups": 32
14
  }