krprmf commited on
Commit
d6fd4f7
·
verified ·
1 Parent(s): f3d8aa3

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +9 -0
config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "learning_rate": 0.0005,
3
+ "b_up_factor": 3.0,
4
+ "create_masks": true,
5
+ "iter_multiplier": 1.0,
6
+ "steps": 1000,
7
+ "is_style": false,
8
+ "rank": 16
9
+ }