Yzy00518 commited on
Commit
a7540f4
·
1 Parent(s): 1e83c49

Upload src/configs/inference/regen.yaml with huggingface_hub

Browse files
Files changed (1) hide show
  1. src/configs/inference/regen.yaml +24 -0
src/configs/inference/regen.yaml ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # for regen
2
+ # also you can overwrite the base config here
3
+ task: 'regen'
4
+ model_path: 'models'
5
+ disc_model_path: 'models/disc'
6
+ model_used: 3400 # which model to use
7
+ disc_model_used: 68000
8
+
9
+ # data_path
10
+ test_data_path: 'data/test_data/regen'
11
+ text_path: 'text.txt'
12
+ mask_path: 'mask.txt'
13
+ joints_src_path: 'source.npy'
14
+ gen_file_names_path: 'gen_file_name.txt'
15
+
16
+
17
+ cfg_alpha: 3.0
18
+ batch_size: 1
19
+
20
+ cg_alpha: 1.0
21
+ cg_diffusion_steps: 5
22
+
23
+
24
+ save_path: 'results/regen'