vadishev commited on
Commit
6fcd1c0
·
verified ·
1 Parent(s): 86b54dc

Upload v10/picotrust_v10_s012.yaml with huggingface_hub

Browse files
Files changed (1) hide show
  1. v10/picotrust_v10_s012.yaml +89 -0
v10/picotrust_v10_s012.yaml ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ experiment_name: picotrust_v10_s012
2
+
3
+ model:
4
+ type: picotrust
5
+ encoder_size: 512
6
+ decoder_size: 256
7
+
8
+ data:
9
+ source: folder
10
+ path: ./data/train
11
+ batch_size: 4
12
+
13
+ training:
14
+ num_steps: 240000
15
+ lr: 0.0001
16
+ num_bits: 32
17
+ image_size: 512
18
+ warmup_steps: 500
19
+ no_im_loss_steps: 10000
20
+ generator_grad_clip: 0.25
21
+ stn_lr_scale: 0.01
22
+ borders: black
23
+ rnd_trans: 0.10
24
+ rnd_trans_ramp: 10000
25
+ phase2_step: 60000
26
+ phase2_decoder_lr_scale: 0.1
27
+ residual_strength: 0.012
28
+ residual_strength_anneal_target: 0.012
29
+ residual_strength_anneal_start: 0
30
+ residual_strength_anneal_steps: 1
31
+
32
+ loss:
33
+ message:
34
+ scale: 5.0
35
+ ramp_steps: 1
36
+ l2:
37
+ scale: 1.5
38
+ ramp_steps: 50000
39
+ lpips:
40
+ scale: 1.5
41
+ ramp_steps: 50000
42
+ ffl:
43
+ scale: 1.0
44
+ ramp_steps: 50000
45
+ delay_steps: 0
46
+ laplacian:
47
+ scale: 1.0
48
+ ramp_steps: 50000
49
+ delay_steps: 0
50
+ message_loss_type: mse
51
+ l2_edge_gain: 0.0
52
+ use_border_falloff: true
53
+ gan_config:
54
+ enabled: true
55
+ discriminator_lr: 0.000015
56
+ g_loss_scale: 1.5
57
+ g_loss_ramp_steps: 20000
58
+
59
+ distortion:
60
+ strategy: curriculum
61
+ perspective:
62
+ strength: 0.1
63
+ ramp_steps: 10000
64
+ brightness:
65
+ strength: 0.3
66
+ ramp_steps: 1000
67
+ saturation:
68
+ strength: 1.0
69
+ ramp_steps: 1000
70
+ hue:
71
+ strength: 0.1
72
+ ramp_steps: 1000
73
+ noise:
74
+ strength: 0.02
75
+ ramp_steps: 1000
76
+ jpeg_quality:
77
+ strength: 25
78
+ ramp_steps: 1000
79
+ enable_jpeg: true
80
+ enable_blur: true
81
+
82
+ checkpoint:
83
+ dir: checkpoints
84
+ save_every_steps: 10000
85
+ keep_last: 3
86
+
87
+ logging:
88
+ backends: [console, tensorboard]
89
+ log_every_steps: 100