File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
examples/benchmarks/compression/final_exp Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -41,15 +41,15 @@ run_single_scene() {
4141 echo " Running $SCENE on GPU: $GPU_ID "
4242
4343 # train without eval
44- # CUDA_VISIBLE_DEVICES=$GPU_ID python simple_trainer.py mcmc --eval_steps -1 --disable_viewer --data_factor 1 \
45- # --strategy.cap-max $CAP_MAX \
46- # --data_dir $SCENE_DIR/$SCENE/ \
47- # --result_dir $RESULT_DIR/$SCENE/ \
48- # --compression_sim \
49- # --entropy_model_opt \
50- # --rd_lambda $RD_LAMBDA \
51- # --shN_ada_mask_opt \
52- # --compression png
44+ CUDA_VISIBLE_DEVICES=$GPU_ID python simple_trainer.py mcmc --eval_steps -1 --disable_viewer --data_factor 1 \
45+ --strategy.cap-max $CAP_MAX \
46+ --data_dir $SCENE_DIR /$SCENE / \
47+ --result_dir $RESULT_DIR /$SCENE / \
48+ --compression_sim \
49+ --entropy_model_opt \
50+ --rd_lambda $RD_LAMBDA \
51+ --shN_ada_mask_opt \
52+ --compression png
5353
5454
5555 # eval: use vgg for lpips to align with other benchmarks
You can’t perform that action at this time.
0 commit comments