Skip to content

Commit

Permalink
add strong model script
Browse files Browse the repository at this point in the history
  • Loading branch information
stnamjef committed Nov 7, 2022
1 parent 534d925 commit d5e7065
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions TensoRF/script.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# weak-model
# weak-model (lego; 1e-11)
CUDA_VISIBLE_DEVICES=3 python compress.py \
--config=configs/chair.txt \
--use_mask \
Expand All @@ -9,7 +9,21 @@ CUDA_VISIBLE_DEVICES=3 python compress.py \
--use_dwt \
--dwt_level=1 \
--datadir=/workspace/dataset/nerf_synthetic/lego \
--ckpt=log/tensorf_lego_VM/gb8_um1_mw1e-11_ud1_dl1/tensorf_lego_VM.th \
--ckpt=log/lego/weak_model_lego.th \
--compress=1 \
--decompress=1 \
--decompress_and_validate=1
--decompress_and_validate=1

# # strong-model (chair; 1e-10)
# CUDA_VISIBLE_DEVICES=3 python compress.py \
# --config=configs/chair.txt \
# --use_mask \
# --mask_weight=1e-10 \
# --grid_bit=8 \
# --use_dwt \
# --dwt_level=1 \
# --datadir=/workspace/dataset/nerf_synthetic/chair \
# --ckpt=log/chair/strong_model_chair.th \
# --compress=1 \
# --decompress=1 \
# --decompress_and_validate=1

0 comments on commit d5e7065

Please sign in to comment.