Skip to content

Commit 530c609

Browse files
authored
Merge pull request #6 from elimohl/pl_weights
Fix the final weights for perceptual losses
2 parents d5e11ac + 5b320ab commit 530c609

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configs/training/ablv2_work_no_segmpl_csirpl.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ losses:
2121
feature_matching:
2222
weight: 100
2323
resnet_pl:
24-
weight: 1
24+
weight: 0.3
2525
arch_encoder: 'resnet50'
2626
segmentation: false
2727

configs/training/ablv2_work_no_segmpl_vgg.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ losses:
1111
weight_missing: 0
1212
weight_known: 10
1313
perceptual:
14-
weight: 0.1
14+
weight: 0.03
1515
adversarial:
1616
kind: r1
1717
weight: 10

0 commit comments

Comments
 (0)