Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stnamjef committed Nov 7, 2022
1 parent a269bed commit 3690c9f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions TensoRF/script.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#!/bin/bash

# weak-model
CUDA_VISIBLE_DEVICES=3 python compress.py \
--config=configs/chair.txt \
--use_mask \
--mask_weight=1e-11 \
--grid_bit=8 \
--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 \
--compress=1 \
--decompress=1 \
--decompress_and_validate=1

0 comments on commit 3690c9f

Please sign in to comment.