Phips commited on
Commit
9327829
1 Parent(s): d3121a5

Upload 12 files

Browse files
.gitattributes CHANGED
@@ -1991,3 +1991,6 @@ imagenet/models/ic9600/4ximagenet_span_fp16_ic9600_04/training_states/100000.sta
1991
  imagenet/models/ic9600/4ximagenet_span_fp16_ic9600_05/training_states/100000.state filter=lfs diff=lfs merge=lfs -text
1992
  imagenet/models/ic9600/4ximagenet_span_fp16_ic9600_06/training_states/90000.state filter=lfs diff=lfs merge=lfs -text
1993
  imagenet/models/ic9600/4ximagenet_span_fp16_ic9600_07/training_states/90000.state filter=lfs diff=lfs merge=lfs -text
 
 
 
 
1991
  imagenet/models/ic9600/4ximagenet_span_fp16_ic9600_05/training_states/100000.state filter=lfs diff=lfs merge=lfs -text
1992
  imagenet/models/ic9600/4ximagenet_span_fp16_ic9600_06/training_states/90000.state filter=lfs diff=lfs merge=lfs -text
1993
  imagenet/models/ic9600/4ximagenet_span_fp16_ic9600_07/training_states/90000.state filter=lfs diff=lfs merge=lfs -text
1994
+ lsdir/models/4xlsdir_bhi_span_fp16/training_states/100000.state filter=lfs diff=lfs merge=lfs -text
1995
+ lsdir/models/4xlsdir_bhi05_span_fp16/training_states/100000.state filter=lfs diff=lfs merge=lfs -text
1996
+ lsdir/models/4xlsdir_span_fp16/training_states/100000.state filter=lfs diff=lfs merge=lfs -text
lsdir/models/4xlsdir_bhi05_span_fp16/4xlsdir_bhi05_span_fp16.toml ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # GENERATE TIME: Sun Oct 27 22:40:06 2024
2
+ # CMD:
3
+ # train.py -opt options/span/4xlsdir_bhi05_span_fp16.toml
4
+
5
+ name = "4xlsdir_bhi05_span_fp16"
6
+ model_type = "image"
7
+ scale = 4
8
+ use_amp = true
9
+ manual_seed = 1024
10
+
11
+ [datasets.train]
12
+ type = "paired"
13
+ dataroot_gt = '/home/phips/Documents/Datasets/wip/LSDIR/LSDIR_BHI_HR/'
14
+ dataroot_lq = '/home/phips/Documents/Datasets/wip/LSDIR/LSDIR_BHI_LR/'
15
+ patch_size = 32
16
+ batch_size = 16
17
+
18
+ [datasets.val]
19
+ name = "val"
20
+ type = "paired"
21
+ dataroot_gt = '/home/phips/Documents/Datasets/wip/testsets/Urban100/hr'
22
+ dataroot_lq = '/home/phips/Documents/Datasets/wip/testsets/Urban100/lr_x4/'
23
+ [val]
24
+ val_freq = 10000
25
+ [val.metrics.psnr]
26
+ type = "calculate_psnr"
27
+ [val.metrics.ssim]
28
+ type = "calculate_ssim"
29
+ [val.metrics.dists]
30
+ type = "calculate_dists"
31
+ better = "lower"
32
+
33
+ [path]
34
+
35
+ [network_g]
36
+ type = "span"
37
+
38
+ [train]
39
+ ema = 0.999
40
+
41
+ [train.optim_g]
42
+ type = "adamw"
43
+ lr = 1e-4
44
+ betas = [ 0.9, 0.99 ]
45
+ weight_decay = 0
46
+
47
+ [train.scheduler]
48
+ type = "multisteplr"
49
+ milestones = [ 50000 ]
50
+ gamma = 0.5
51
+
52
+ [train.pixel_opt]
53
+ type = "L1Loss"
54
+ loss_weight = 1.0
55
+ reduction = "mean"
56
+
57
+ [logger]
58
+ total_iter = 100000
59
+ save_checkpoint_freq = 10000
60
+ use_tb_logger = true
lsdir/models/4xlsdir_bhi05_span_fp16/models/net_g_100000.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02ca845d057e2f15e9d729eeb8323c36573e06f50ce4b115f5de460ba8c3a796
3
+ size 9010221
lsdir/models/4xlsdir_bhi05_span_fp16/train_4xlsdir_bhi05_span_fp16_20241027_224006.log ADDED
The diff for this file is too large to render. See raw diff
 
lsdir/models/4xlsdir_bhi05_span_fp16/training_states/100000.state ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eea8ff1aa17e7da653861643428974abc4a676a0fbca857befdaf12c9cdd5e7a
3
+ size 14859114
lsdir/models/4xlsdir_bhi_span_fp16/4xlsdir_bhi_span_fp16.toml ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # GENERATE TIME: Sun Oct 27 16:48:18 2024
2
+ # CMD:
3
+ # train.py -opt options/span/4xlsdir_bhi_span_fp16.toml
4
+
5
+ name = "4xlsdir_bhi_span_fp16"
6
+ model_type = "image"
7
+ scale = 4
8
+ use_amp = true
9
+ manual_seed = 1024
10
+
11
+ [datasets.train]
12
+ type = "paired"
13
+ dataroot_gt = '/home/phips/Documents/Datasets/wip/LSDIR/LSDIR_BHI_HR/'
14
+ dataroot_lq = '/home/phips/Documents/Datasets/wip/LSDIR/LSDIR_BHI_LR/'
15
+ patch_size = 32
16
+ batch_size = 16
17
+
18
+ [datasets.val]
19
+ name = "val"
20
+ type = "paired"
21
+ dataroot_gt = '/home/phips/Documents/Datasets/wip/testsets/Urban100/hr'
22
+ dataroot_lq = '/home/phips/Documents/Datasets/wip/testsets/Urban100/lr_x4/'
23
+ [val]
24
+ val_freq = 10000
25
+ [val.metrics.psnr]
26
+ type = "calculate_psnr"
27
+ [val.metrics.ssim]
28
+ type = "calculate_ssim"
29
+ [val.metrics.dists]
30
+ type = "calculate_dists"
31
+ better = "lower"
32
+
33
+ [path]
34
+
35
+ [network_g]
36
+ type = "span"
37
+
38
+ [train]
39
+ ema = 0.999
40
+
41
+ [train.optim_g]
42
+ type = "adamw"
43
+ lr = 1e-4
44
+ betas = [ 0.9, 0.99 ]
45
+ weight_decay = 0
46
+
47
+ [train.scheduler]
48
+ type = "multisteplr"
49
+ milestones = [ 50000 ]
50
+ gamma = 0.5
51
+
52
+ [train.pixel_opt]
53
+ type = "L1Loss"
54
+ loss_weight = 1.0
55
+ reduction = "mean"
56
+
57
+ [logger]
58
+ total_iter = 100000
59
+ save_checkpoint_freq = 10000
60
+ use_tb_logger = true
lsdir/models/4xlsdir_bhi_span_fp16/models/net_g_100000.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c79fc4b9685c8dbfa819ce5cc5e219995fc8fe155137b76158c93d393e84429
3
+ size 9010221
lsdir/models/4xlsdir_bhi_span_fp16/train_4xlsdir_bhi_span_fp16_20241027_164818.log ADDED
The diff for this file is too large to render. See raw diff
 
lsdir/models/4xlsdir_bhi_span_fp16/training_states/100000.state ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e46a54cbbac7f7e5a37804ed358db1b958c32ec440b43baedec9df6249e65cfe
3
+ size 14859114
lsdir/models/4xlsdir_span_fp16/4xlsdir_span_fp16.toml ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # GENERATE TIME: Sun Oct 27 14:57:09 2024
2
+ # CMD:
3
+ # train.py -opt options/span/4xlsdir_span_fp16.toml
4
+
5
+ name = "4xlsdir_span_fp16"
6
+ model_type = "image"
7
+ scale = 4
8
+ use_amp = true
9
+ manual_seed = 1024
10
+
11
+ [datasets.train]
12
+ type = "paired"
13
+ dataroot_gt = '/home/phips/Documents/Datasets/wip/LSDIR/LSDIR_HR_tiled/'
14
+ dataroot_lq = '/home/phips/Documents/Datasets/wip/LSDIR/LSDIR_LR/'
15
+ patch_size = 32
16
+ batch_size = 16
17
+
18
+ [datasets.val]
19
+ name = "val"
20
+ type = "paired"
21
+ dataroot_gt = '/home/phips/Documents/Datasets/wip/testsets/Urban100/hr'
22
+ dataroot_lq = '/home/phips/Documents/Datasets/wip/testsets/Urban100/lr_x4/'
23
+ [val]
24
+ val_freq = 10000
25
+ [val.metrics.psnr]
26
+ type = "calculate_psnr"
27
+ [val.metrics.ssim]
28
+ type = "calculate_ssim"
29
+ [val.metrics.dists]
30
+ type = "calculate_dists"
31
+ better = "lower"
32
+
33
+ [path]
34
+
35
+ [network_g]
36
+ type = "span"
37
+
38
+ [train]
39
+ ema = 0.999
40
+
41
+ [train.optim_g]
42
+ type = "adamw"
43
+ lr = 1e-4
44
+ betas = [ 0.9, 0.99 ]
45
+ weight_decay = 0
46
+
47
+ [train.scheduler]
48
+ type = "multisteplr"
49
+ milestones = [ 50000 ]
50
+ gamma = 0.5
51
+
52
+ [train.pixel_opt]
53
+ type = "L1Loss"
54
+ loss_weight = 1.0
55
+ reduction = "mean"
56
+
57
+ [logger]
58
+ total_iter = 100000
59
+ save_checkpoint_freq = 10000
60
+ use_tb_logger = true
lsdir/models/4xlsdir_span_fp16/models/net_g_100000.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8fd847a5ad3add136f264f90d72907fe28b2d4674d8538e00ac11973f5924934
3
+ size 9010221
lsdir/models/4xlsdir_span_fp16/train_4xlsdir_span_fp16_20241027_145709.log ADDED
The diff for this file is too large to render. See raw diff
 
lsdir/models/4xlsdir_span_fp16/training_states/100000.state ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5dffff8b388c3577ee20a002a24d4e35f898548554e550b691c103e9c8218258
3
+ size 14859114