Skip to content

Commit

Permalink
Update Ic_50_task.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
AdorableYoyo authored Mar 5, 2023
1 parent 0a77bf0 commit 5563619
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/Ic_50_task.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

for split in rand_0 #rand_1 rand_2 rand_3
for split in rand_0 rand_1 rand_2 rand_3
do
for lr in 0.00005 #0.00002 0.0001 0.00005
for lr in 0.00005 0.00002 0.0001
do
for dop in 0.2
do
Expand All @@ -11,7 +11,7 @@ seed=343
exp_id=${job}_emb_${split}_bs_${batch_size}_dop_${dop}_lr_${lr}_sd_${seed}
python transPro_Ic50_ft.py \
--exp_id ${exp_id} --dop ${dop} --seed ${seed} --batch_size ${batch_size} \
--device 5 --max_epochs 5 --lr ${lr} --job ${job} \
--device 5 --max_epochs 1000 --lr ${lr} --job ${job} \
--Ic_50_train_dir "data/Ic50/${split}_train_ic50_wo_na.csv" \
--Ic_50_dev_dir "data/Ic50/${split}_dev_ic50_wo_na.csv" \
--Ic_50_test_dir "data/Ic50/rand_0123_test_ic50_wo_na.csv" \
Expand All @@ -21,4 +21,4 @@ python transPro_Ic50_ft.py \
> 2023_logs/${exp_id}.log 2>&1 &
done
done
done
done

0 comments on commit 5563619

Please sign in to comment.