Skip to content

Commit

Permalink
Automatic commit: 2024-10-21 22:53:47
Browse files Browse the repository at this point in the history
  • Loading branch information
neminwu committed Oct 21, 2024
1 parent b3ec9b6 commit 21368ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main/run_sh/run_nerf_birdsnap_nabirds.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ do
do
for ACT in relu leakyrelu sigmoid
do
python3 train_unsuper.py \
python3 main.py
--spa_enc_type $ENC \
--meta_type $META\
--dataset $DATA \
Expand Down
2 changes: 1 addition & 1 deletion main/run_sh/run_nerf_inat_2018.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ do
do
for ACT in relu leakyrelu sigmoid
do
python3 train_unsuper.py \
python3 main.py \
--spa_enc_type $ENC \
--dataset $DATA \
--eval_split $EVALDATA \
Expand Down

0 comments on commit 21368ce

Please sign in to comment.