Browse Source

提交代码

tags/v1.22.5.1^2
ychao_1983 3 years ago
parent
commit
6fb5062d70
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/cloudbrain/cloudbrain.go

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

@@ -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"



Loading…
Cancel
Save