|
|
|
@@ -28,8 +28,8 @@ const ( |
|
|
|
Snn4imagenetMountPath = "/snn4imagenet" |
|
|
|
BrainScoreMountPath = "/brainscore" |
|
|
|
TaskInfoName = "/taskInfo" |
|
|
|
Snn4imagenetCommand = `/opt/conda/bin/python /snn4imagenet/testSNN_script.py --modelname '%s' --modelpath '/dataset' --modeldescription '%s' ;` + Command |
|
|
|
BrainScoreCommand = `bash /brainscore/brainscore_test_par4shSrcipt.sh -b '%s' -n '%s' -p '/dataset' -d '%s';` + Command |
|
|
|
Snn4imagenetCommand = `/opt/conda/bin/python /snn4imagenet/testSNN_script.py --modelname '%s' --modelpath '/dataset' --modeldescription '%s'` |
|
|
|
BrainScoreCommand = `bash /brainscore/brainscore_test_par4shSrcipt.sh -b '%s' -n '%s' -p '/dataset' -d '%s'` |
|
|
|
|
|
|
|
SubTaskName = "task1" |
|
|
|
|
|
|
|
|