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

Download this file

17 lines (12 with data), 332 Bytes

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