Skip to content

Commit

Permalink
Automatic commit: 2024-10-21 22:53:53
Browse files Browse the repository at this point in the history
  • Loading branch information
neminwu committed Oct 21, 2024
1 parent 9b1c4c9 commit c7d5498
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.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,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_rbf_yfccfmow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ do
do
for KERNELSIZE in 0.5 1 2
do
python3 main.py \
python3 main.py
--spa_enc_type $ENC \
--meta_type $META\
--dataset $DATA \
Expand Down

0 comments on commit c7d5498

Please sign in to comment.