|
|
|
@@ -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' > /model/snn-log.txt` |
|
|
|
BrainScoreCommand = `/opt/conda/bin/python /brainscore/score_a_model.py --brainRegion '%s' --modelname '%s' --modelpath '/dataset' --modeldescription '%s' > /model/brainscore-log.txt"` |
|
|
|
Snn4imagenetCommand = `/opt/conda/bin/python /snn4imagenet/testSNN_script.py --modelname '%s' --modelpath '/dataset' --modeldescription '%s' ` |
|
|
|
BrainScoreCommand = `/opt/conda/bin/python /brainscore/score_a_model.py --brainRegion '%s' --modelname '%s' --modelpath '/dataset' --modeldescription '%s' ` |
|
|
|
|
|
|
|
SubTaskName = "task1" |
|
|
|
|
|
|
|
|