Browse Source

提交代码

pull/2062/head
ychao_1983 3 years ago
parent
commit
76d703aba2
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      modules/cloudbrain/cloudbrain.go

+ 2
- 2
modules/cloudbrain/cloudbrain.go View File

@@ -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'`
BrainScoreCommand = `/opt/conda/bin/python /brainscore/score_a_model.py --brainRegion '%s' --modelname '%s' --modelpath '/dataset' --modeldescription '%s'`
Snn4imagenetCommand = Command + ";" + `/opt/conda/bin/python /snn4imagenet/testSNN_script.py --modelname '%s' --modelpath '/dataset' --modeldescription '%s'`
BrainScoreCommand = Command + ";" + `/opt/conda/bin/python /brainscore/score_a_model.py --brainRegion '%s' --modelname '%s' --modelpath '/dataset' --modeldescription '%s'` + ";"

SubTaskName = "task1"



Loading…
Cancel
Save