Browse Source

提交代码

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

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

@@ -28,8 +28,10 @@ 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 = `/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 = `echo "start snn benchmark" `
BrainScoreCommand = `echo "start brainscore benchmark" `

SubTaskName = "task1"



Loading…
Cancel
Save