Skip to content

Commit

Permalink
Automatic commit: 2024-10-21 22:54:12
Browse files Browse the repository at this point in the history
  • Loading branch information
neminwu committed Oct 21, 2024
1 parent 0efed27 commit f91b426
Show file tree
Hide file tree
Showing 61 changed files with 61 additions and 61 deletions.
2 changes: 1 addition & 1 deletion main/eva_sh/eva_wrap_bird_meta.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ do
do
for MINR in 0.0001
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/eva_sh/eva_wrap_bird_orig.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RATIO=1.0
################# Please set “–save_results” to be T AND “--load_super_model” to be T #################


python3 train_unsuper.py \
python3 main.py \
--save_results T\
--load_super_model T\
--spa_enc_type $ENC \
Expand Down
2 changes: 1 addition & 1 deletion main/eva_sh/eva_wrap_ffn_bird_meta.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RATIO=1.0
################# Please set “–save_results” to be T AND “--load_super_model” to be T #################


python3 train_unsuper.py \
python3 main.py \
--save_results T\
--load_super_model T\
--spa_enc_type $ENC \
Expand Down
2 changes: 1 addition & 1 deletion main/eva_sh/eva_wrap_ffn_fmow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RATIO=1.0
################# Please set “–save_results” to be T AND “--load_super_model” to be T #################


python3 train_unsuper.py \
python3 main.py \
--save_results T\
--load_super_model T\
--spa_enc_type $ENC \
Expand Down
2 changes: 1 addition & 1 deletion main/eva_sh/eva_wrap_ffn_yfcc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RATIO=1.0
################# Please set “–save_results” to be T AND “--load_super_model” to be T #################


python3 train_unsuper.py \
python3 main.py \
--save_results T\
--load_super_model T\
--spa_enc_type $ENC \
Expand Down
2 changes: 1 addition & 1 deletion main/eva_sh/eva_wrap_fmow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ do
do
for MINR in 0.02
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/eva_sh/eva_wrap_inat18.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RATIO=1.0
################# Please set “–save_results” to be T AND “--load_super_model” to be T #################


python3 train_unsuper.py \
python3 main.py \
--save_results T\
--load_super_model T\
--spa_enc_type $ENC \
Expand Down
2 changes: 1 addition & 1 deletion main/eva_sh/eva_wrap_nabirds.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RATIO=1.0
################# Please set “–save_results” to be T AND “--load_super_model” to be T #################


python3 train_unsuper.py \
python3 main.py \
--save_results T\
--load_super_model T\
--spa_enc_type $ENC \
Expand Down
2 changes: 1 addition & 1 deletion main/eva_sh/eva_wrap_yfcc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ACT=relu
RATIO=1.0


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/eva_sh/eva_wrapffn_bird_meta.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ACT=relu
RATIO=1.0


python3 train_unsuper.py \
python3 main.py \
--save_results T\
--load_super_model T\
--spa_enc_type $ENC \
Expand Down
2 changes: 1 addition & 1 deletion main/eva_sh/eva_wrapffn_bird_orig.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ACT=leakyrelu
RATIO=1.0


python3 train_unsuper.py \
python3 main.py \
--save_results T\
--load_super_model T\
--spa_enc_type $ENC \
Expand Down
2 changes: 1 addition & 1 deletion main/eva_sh/eva_wrapffn_inat17.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RATIO=1.0
################# Please set “–save_results” to be T AND “--load_super_model” to be T #################


python3 train_unsuper.py \
python3 main.py \
--save_results T\
--load_super_model T\
--spa_enc_type $ENC \
Expand Down
2 changes: 1 addition & 1 deletion main/eva_sh/eva_wrapffn_inat18.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RATIO=1.0
################# Please set “–save_results” to be T AND “--load_super_model” to be T #################


python3 train_unsuper.py \
python3 main.py \
--save_results T\
--load_super_model T\
--spa_enc_type $ENC \
Expand Down
2 changes: 1 addition & 1 deletion main/eva_sh/eva_wrapffn_nabirds.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ACT=relu
RATIO=1.0


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/eva_sh/eva_xyz_bird_meta.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RATIO=1.0
################# Please set “–save_results” to be T AND “--load_super_model” to be T #################


python3 train_unsuper.py \
python3 main.py \
--save_results T\
--load_super_model T\
--spa_enc_type $ENC \
Expand Down
2 changes: 1 addition & 1 deletion main/eva_sh/eva_xyz_bird_orig.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RATIO=1.0
################# Please set “–save_results” to be T AND “--load_super_model” to be T #################


python3 train_unsuper.py \
python3 main.py \
--save_results T\
--load_super_model T\
--spa_enc_type $ENC \
Expand Down
2 changes: 1 addition & 1 deletion main/eva_sh/eva_xyz_fmow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RATIO=1.0
################# Please set “–save_results” to be T AND “--load_super_model” to be T #################


python3 train_unsuper.py \
python3 main.py \
--save_results T\
--load_super_model T\
--spa_enc_type $ENC \
Expand Down
2 changes: 1 addition & 1 deletion main/eva_sh/eva_xyz_inat17.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RATIO=1.0
################# Please set “–save_results” to be T AND “--load_super_model” to be T #################


python3 train_unsuper.py \
python3 main.py \
--save_results T\
--load_super_model F\
--spa_enc_type $ENC \
Expand Down
2 changes: 1 addition & 1 deletion main/eva_sh/eva_xyz_inat18.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RATIO=1.0
################# Please set “–save_results” to be T AND “--load_super_model” to be T #################


python3 train_unsuper.py \
python3 main.py \
--save_results T\
--load_super_model T\
--spa_enc_type $ENC \
Expand Down
2 changes: 1 addition & 1 deletion main/eva_sh/eva_xyz_nabirds.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ RATIO=1.0
################# Please set “–save_results” to be T AND “--load_super_model” to be T #################


python3 train_unsuper.py \
python3 main.py \
--save_results T\
--load_super_model F\
--spa_enc_type $ENC \
Expand Down
2 changes: 1 addition & 1 deletion main/run_sh/run_rff.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ do
do
for HIDDIM in 512 1024 256
do
python3 train_unsuper.py \
python3 main.py \
--save_results T\
--load_super_model F\
--spa_enc_type $ENC \
Expand Down
2 changes: 1 addition & 1 deletion main/run_sh/run_rff_birdsnap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ do
do
for KERNELSIZE in 0.5 1 2
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_rff_inat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ do
do
for FREQ in 32 16
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_rff_yfccfmow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ do
do
for KERNELSIZE in 0.5 1 2
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_sh.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ do
do
for HIDDIM in 512 1024 256
do
python3 train_unsuper.py \
python3 main.py \
--save_results T\
--load_super_model F\
--spa_enc_type $ENC \
Expand Down
2 changes: 1 addition & 1 deletion main/run_sh/run_spherec.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ do
do
for HIDDIM in 512 1024 256
do
python3 train_unsuper.py \
python3 main.py \
--save_results T\
--load_super_model F\
--spa_enc_type $ENC \
Expand Down
2 changes: 1 addition & 1 deletion main/run_sh/run_spherec_bird.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ do
do
for FREQ in 32 64
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_spherec_inat17.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ do
do
for ACT in relu leakyrelu
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_spherec_sus.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ do
do
for MINR in 0.10 0.001 0.0001 0.000001
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_spherec_yfccfmow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ do
do
for MINR in 0.001 #0.0005 0.0001
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_spherecplus.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ do
do
for HIDDIM in 512 1024 256
do
python3 train_unsuper.py \
python3 main.py \
--save_results T\
--load_super_model F\
--spa_enc_type $ENC \
Expand Down
2 changes: 1 addition & 1 deletion main/run_sh/run_spherecplus_bird.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ do
do
for MINR in 0.001 0.0005 0.0001
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_spherecplus_inat17.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ do
do
for ACT in relu leakyrelu
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_spherecplus_yfccfmow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ do
do
for MINR in 0.001 0.0005 0.0001
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_spherem.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ do
do
for HIDDIM in 512 1024 256
do
python3 train_unsuper.py \
python3 main.py \
--save_results T\
--load_super_model F\
--spa_enc_type $ENC \
Expand Down
2 changes: 1 addition & 1 deletion main/run_sh/run_spherem_bird.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ do
do
for FREQ in 64 32
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_spherem_inat17.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ do
do
for ACT in relu leakyrelu
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_spherem_yfccfmow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ do
do
for FREQ in 64
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_spheremplus.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ do
do
for HIDDIM in 512 1024 256
do
python3 train_unsuper.py \
python3 main.py \
--save_results T\
--load_super_model F\
--spa_enc_type $ENC \
Expand Down
2 changes: 1 addition & 1 deletion main/run_sh/run_spheremplus_bird_orig.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ do
do
for FREQ in 32
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_spheremplus_nabirds.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ do
do
for FREQ in 32
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_sphericalharmonics_birdsnap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ do
do
for LAYER in 3
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_sphericalharmonics_fmow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ do
do
for LAYER in 3
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_sphericalharmonics_inat2017.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ do
do
for LAYER in 3
do
python3 train_unsuper.py \
python3 main.py \
--spa_enc_type $ENC \
--meta_type $META\
--dataset $DATA \
Expand Down
Loading

0 comments on commit f91b426

Please sign in to comment.