Skip to content

Commit

Permalink
Save 2
Browse files Browse the repository at this point in the history
  • Loading branch information
sxyu committed Dec 9, 2021
1 parent aa09010 commit c42c46c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion opt/configs/custom.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"lambda_tv_background_color": 1e-3,
"lambda_beta": 1e-5,
"lambda_sparsity": 1e-11,
"background_brightness": 0.5,
"background_brightness": 1.0,
"tv_early_only": 0,
"tv_decay": 0.5
}
3 changes: 1 addition & 2 deletions opt/configs/tnt.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"lr_sigma": 3e1,
"lr_sh": 1e-2,
"lr_sigma_delay_steps": 15000,
"lr_fg_begin_step": 1000,
"thresh_type": "weight",
"weight_thresh": 1.28,
"lambda_tv": 5e-5,
Expand All @@ -16,6 +15,6 @@
"lambda_tv_background_color": 1e-3,
"lambda_beta": 1e-5,
"lambda_sparsity": 1e-11,
"background_brightness": 0.5,
"background_brightness": 1.0,
"tv_early_only": 0
}
2 changes: 1 addition & 1 deletion opt/tasks/eval_tnt.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"eval": true,
"data_root": "/home/sxyu/data/TanksAndTempleBG",
"train_root": "/home/sxyu/proj/svox2/opt/ckpt_auto/tnt_equirectlin_fasttv_unify2_delfg",
"train_root": "/home/sxyu/proj/svox2/opt/ckpt_auto/tnt_equirectlin_fasttv_unify2_grey_delfg",
"variables": {
"scene": ["Train", "M60", "Truck", "Playground"]
},
Expand Down

0 comments on commit c42c46c

Please sign in to comment.