Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cxyfer committed Aug 26, 2024
1 parent 6fb712e commit feef5b5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions confs/celeba_genhalf_cosine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ latex_name: RePaint
method_name: Repaint
image_size: 256
model_path: ./data/pretrained/celeba256_250000.pt
name: genhalf_consine # task name
name: genhalf_cosine # task name
inpa_inj_sched_prev: true
n_jobs: 1
print_estimated_vars: true
Expand Down Expand Up @@ -82,7 +82,7 @@ data:
offset: 0
max_len: 8 # max dataloader length
paths: # output path
srs: ./log/genhalf_consine/inpainted
lrs: ./log/genhalf_consine/gt_masked
gts: ./log/genhalf_consine/gt
gt_keep_masks: ./log/genhalf_consine/gt_keep_mask
srs: ./log/genhalf_cosine/inpainted
lrs: ./log/genhalf_cosine/gt_masked
gts: ./log/genhalf_cosine/gt
gt_keep_masks: ./log/genhalf_cosine/gt_keep_mask
10 changes: 5 additions & 5 deletions confs/celeba_thin_cosine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ latex_name: RePaint
method_name: Repaint
image_size: 256
model_path: ./data/pretrained/celeba256_250000.pt
name: thin_consine # task name
name: thin_cosine # task name
inpa_inj_sched_prev: true
n_jobs: 1
print_estimated_vars: true
Expand Down Expand Up @@ -82,7 +82,7 @@ data:
offset: 0
max_len: 8 # max dataloader length
paths: # output path
srs: ./log/thin_consine/inpainted
lrs: ./log/thin_consine/gt_masked
gts: ./log/thin_consine/gt
gt_keep_masks: ./log/thin_consine/gt_keep_mask
srs: ./log/thin_cosine/inpainted
lrs: ./log/thin_cosine/gt_masked
gts: ./log/thin_cosine/gt
gt_keep_masks: ./log/thin_cosine/gt_keep_mask

0 comments on commit feef5b5

Please sign in to comment.