AliMusaRizvi commited on
Commit
812dc01
·
verified ·
1 Parent(s): b7e349b

Upload best_model_epoch010_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. best_model_epoch010_config.json +16 -0
best_model_epoch010_config.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "in_ch": 3,
3
+ "base_ch": 128,
4
+ "ch_mults": [
5
+ 1,
6
+ 2,
7
+ 2,
8
+ 4
9
+ ],
10
+ "attn_res": [
11
+ 16
12
+ ],
13
+ "num_res_blocks": 2,
14
+ "dropout": 0.1,
15
+ "image_size": 128
16
+ }