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