Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
remove gupNum in accessor (#2641)
Browse files Browse the repository at this point in the history
  • Loading branch information
SparkSnail authored Jul 7, 2020
1 parent c9f70a6 commit 3cffe34
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion docs/en_US/TrainingService/FrameworkControllerMode.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ assessor:
builtinAssessorName: Medianstop
classArgs:
optimize_mode: maximize
gpuNum: 0
trial:
codeDir: ~/nni/examples/trials/mnist-tfv1
taskRoles:
Expand Down
1 change: 0 additions & 1 deletion docs/en_US/TrainingService/KubeflowMode.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ assessor:
builtinAssessorName: Medianstop
classArgs:
optimize_mode: maximize
gpuNum: 0
trial:
codeDir: .
worker:
Expand Down
1 change: 0 additions & 1 deletion examples/trials/mnist-distributed/config_kubeflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ assessor:
builtinAssessorName: Medianstop
classArgs:
optimize_mode: maximize
gpuNum: 0
trial:
codeDir: .
worker:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ assessor:
builtinAssessorName: Medianstop
classArgs:
optimize_mode: maximize
gpuNum: 0
trial:
codeDir: .
taskRoles:
Expand Down
1 change: 0 additions & 1 deletion examples/trials/mnist-tfv1/config_frameworkcontroller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ assessor:
builtinAssessorName: Medianstop
classArgs:
optimize_mode: maximize
gpuNum: 0
trial:
codeDir: .
taskRoles:
Expand Down
2 changes: 0 additions & 2 deletions src/nni_manager/core/test/nnimanager.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,10 @@ describe('Unit test for nnimanager', function () {
optimize_mode: 'maximize'
},
checkpointDir: '',
gpuNum: 0
},
assessor: {
builtinAssessorName: 'Medianstop',
checkpointDir: '',
gpuNum: 1
}
}

Expand Down

0 comments on commit 3cffe34

Please sign in to comment.