Skip to content

Commit

Permalink
Automatic commit: 2024-10-21 22:53:50
Browse files Browse the repository at this point in the history
  • Loading branch information
neminwu committed Oct 21, 2024
1 parent 0573866 commit 0f03e24
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_rbf_birdsnap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ do
IFS=',' read DATA META EVALDATA <<< "${x}"
for LR in 0.003 0.002 0.001
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_rbf_inat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ do
do
for ANCHOR in 100 200 500
do
python3 train_unsuper.py \
python3 main.py \
--spa_enc_type $ENC \
--meta_type $META\
--dataset $DATA \
Expand Down

0 comments on commit 0f03e24

Please sign in to comment.