[286bfb]: / src / scripts / classification / panda_subtyping.sh

Download this file

19 lines (14 with data), 380 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
#!/bin/bash
gpuid=$1
check=$2
config=$3
wandb_project=$4
### Dataset Information
declare -a dataroots=(
'path/to/panda'
)
task='panda'
target_col='isup_grade'
split_dir="classification/panda_wholesight"
split_names='train,val,test_K,test_R'
bash "./scripts/classification/${config}.sh" $gpuid $check $wandb_project $task $target_col $split_dir $split_names "${dataroots[@]}"