vadishev commited on
Commit
3d7514f
·
verified ·
1 Parent(s): 6f4e0e9

Upload b7238s10p03d00/picotrust_b7238s10p03d00.yaml with huggingface_hub

Browse files
b7238s10p03d00/picotrust_b7238s10p03d00.yaml ADDED
@@ -0,0 +1,93 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # PicoTrust b7238s10p03d00 — post-annealed from b7238s20p03d00
2
+ #
3
+ # Resume from s=0.020 (LPIPS blur only, no decoder blur) and anneal to s=0.010.
4
+ # 100k additional steps, exponential annealing from 0.020 → 0.010.
5
+
6
+ experiment_name: picotrust_b7238s10p03d00
7
+
8
+ model:
9
+ type: picotrust
10
+ encoder_size: 512
11
+ decoder_size: 512
12
+
13
+ data:
14
+ source: folder
15
+ path: ./data/train
16
+ batch_size: 4
17
+
18
+ training:
19
+ num_steps: 240000
20
+ lr: 0.0001
21
+ num_bits: 72
22
+ image_size: 512
23
+ warmup_steps: 0
24
+ no_im_loss_steps: 0
25
+ generator_grad_clip: 0.25
26
+ stn_lr_scale: 0.01
27
+ borders: black
28
+ rnd_trans: 0.10
29
+ rnd_trans_ramp: 0
30
+ phase2_step: 0
31
+ phase2_decoder_lr_scale: 0.1
32
+ residual_strength: 0.020
33
+ residual_strength_anneal_target: 0.010
34
+ residual_strength_anneal_start: 140000
35
+ residual_strength_anneal_steps: 80000
36
+ anneal_schedule: exponential
37
+ decoder_blur_sigma: 0.0
38
+ perceptual_blur_sigma: 0.3
39
+
40
+ loss:
41
+ message:
42
+ scale: 5.0
43
+ ramp_steps: 1
44
+ l2:
45
+ scale: 1.5
46
+ ramp_steps: 1
47
+ lpips:
48
+ scale: 1.5
49
+ ramp_steps: 1
50
+ ffl:
51
+ scale: 1.0
52
+ ramp_steps: 1
53
+ delay_steps: 0
54
+ message_loss_type: mse
55
+ l2_edge_gain: 0.0
56
+ use_border_falloff: true
57
+ gan_config:
58
+ enabled: true
59
+ discriminator_lr: 0.000015
60
+ g_loss_scale: 1.5
61
+ g_loss_ramp_steps: 1
62
+
63
+ distortion:
64
+ strategy: curriculum
65
+ perspective:
66
+ strength: 0.1
67
+ ramp_steps: 1
68
+ brightness:
69
+ strength: 0.3
70
+ ramp_steps: 1
71
+ saturation:
72
+ strength: 1.0
73
+ ramp_steps: 1
74
+ hue:
75
+ strength: 0.1
76
+ ramp_steps: 1
77
+ noise:
78
+ strength: 0.02
79
+ ramp_steps: 1
80
+ jpeg_quality:
81
+ strength: 25
82
+ ramp_steps: 1
83
+ enable_jpeg: true
84
+ enable_blur: true
85
+
86
+ checkpoint:
87
+ dir: checkpoints
88
+ save_every_steps: 10000
89
+ keep_last: 3
90
+
91
+ logging:
92
+ backends: [console, tensorboard]
93
+ log_every_steps: 100