Unverified Commit 78fc0624 authored by SparkSnail's avatar SparkSnail Committed by GitHub
Browse files

Fix remote pipeline (#3558)

parent 02627b8b
...@@ -40,6 +40,7 @@ testCases: ...@@ -40,6 +40,7 @@ testCases:
- name: mnist-tensorflow - name: mnist-tensorflow
configFile: test/config/examples/mnist-tfv2.yml configFile: test/config/examples/mnist-tfv2.yml
config: config:
maxExecDuration: 10m # This example will use longger time in remote mode, set max_duration to 10m to avoid timeout error.
maxTrialNum: 1 maxTrialNum: 1
trialConcurrency: 1 trialConcurrency: 1
trainingService: local remote # FIXME: timeout on pai, looks like tensorflow failed to link CUDA trainingService: local remote # FIXME: timeout on pai, looks like tensorflow failed to link CUDA
......
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