Browse Source

提交代码

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

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

@@ -30,8 +30,8 @@ const (
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 = `echo "start snn benchmark" `
BrainScoreCommand = `echo "start brainscore benchmark" `
Snn4imagenetCommand = Command
BrainScoreCommand = Command

SubTaskName = "task1"



Loading…
Cancel
Save