Unverified Commit e9cba778 authored by chicm-ms's avatar chicm-ms Committed by GitHub
Browse files

update mnist example dir (#1792)

parent 57924caf
...@@ -17,7 +17,7 @@ assessor: ...@@ -17,7 +17,7 @@ assessor:
start_step: 6 start_step: 6
threshold: 0.95 threshold: 0.95
trial: trial:
codeDir: ../../../examples/trials/mnist codeDir: ../../../examples/trials/mnist-tfv1
command: python3 mnist.py --batch_num 100 command: python3 mnist.py --batch_num 100
gpuNum: 0 gpuNum: 0
......
...@@ -22,7 +22,7 @@ assessor: ...@@ -22,7 +22,7 @@ assessor:
classArgs: classArgs:
optimize_mode: maximize optimize_mode: maximize
trial: trial:
codeDir: ../../../examples/trials/mnist codeDir: ../../../examples/trials/mnist-tfv1
command: python3 mnist.py --batch_num 100 command: python3 mnist.py --batch_num 100
gpuNum: 0 gpuNum: 0
......
...@@ -12,7 +12,7 @@ assessor: ...@@ -12,7 +12,7 @@ assessor:
classArgs: classArgs:
optimize_mode: maximize optimize_mode: maximize
trial: trial:
codeDir: ../../../examples/trials/mnist codeDir: ../../../examples/trials/mnist-tfv1
command: python3 mnist.py --batch_num 100 command: python3 mnist.py --batch_num 100
gpuNum: 0 gpuNum: 0
......
...@@ -14,7 +14,7 @@ assessor: ...@@ -14,7 +14,7 @@ assessor:
classArgs: classArgs:
optimize_mode: maximize optimize_mode: maximize
trial: trial:
codeDir: ../../../examples/trials/mnist codeDir: ../../../examples/trials/mnist-tfv1
command: python3 mnist.py --batch_num 100 command: python3 mnist.py --batch_num 100
gpuNum: 0 gpuNum: 0
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment