Skip to content

Commit

Permalink
update mnist example dir (microsoft#1792)
Browse files Browse the repository at this point in the history
  • Loading branch information
chicm-ms authored Nov 26, 2019
1 parent 57924ca commit e9cba77
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion test/config_test/tuners/mnist-curvefitting.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ assessor:
start_step: 6
threshold: 0.95
trial:
codeDir: ../../../examples/trials/mnist
codeDir: ../../../examples/trials/mnist-tfv1
command: python3 mnist.py --batch_num 100
gpuNum: 0

Expand Down
2 changes: 1 addition & 1 deletion test/config_test/tuners/mnist-gp.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ assessor:
classArgs:
optimize_mode: maximize
trial:
codeDir: ../../../examples/trials/mnist
codeDir: ../../../examples/trials/mnist-tfv1
command: python3 mnist.py --batch_num 100
gpuNum: 0

Expand Down
2 changes: 1 addition & 1 deletion test/config_test/tuners/mnist-gridsearch.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ assessor:
classArgs:
optimize_mode: maximize
trial:
codeDir: ../../../examples/trials/mnist
codeDir: ../../../examples/trials/mnist-tfv1
command: python3 mnist.py --batch_num 100
gpuNum: 0

Expand Down
2 changes: 1 addition & 1 deletion test/config_test/tuners/mnist-metis.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ assessor:
classArgs:
optimize_mode: maximize
trial:
codeDir: ../../../examples/trials/mnist
codeDir: ../../../examples/trials/mnist-tfv1
command: python3 mnist.py --batch_num 100
gpuNum: 0

Expand Down

0 comments on commit e9cba77

Please sign in to comment.