Files
deprecated-helm-charts/stable/distributed-tensorflow/values.yaml
T
cheyangandk8s-ci-robot 690fd0d474 Add distributed tensorflow (#5187)
* Add distributed tensorflow

* list indentation

* move to stable
2018-06-06 13:40:25 -07:00

25 lines
533 B
YAML

# Default values for distributed-tensorflow.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
worker:
number: 2
podManagementPolicy: Parallel
image:
repository: cheyang/distributed-tf
tag: 1.6.0
pullPolicy: IfNotPresent
port: 9000
# gpuCount: 2
ps:
number: 2
podManagementPolicy: Parallel
image:
repository: cheyang/distributed-tf
tag: 1.6.0
pullPolicy: IfNotPresent
port: 8000
# optimize for training
hyperparams:
batchsize: 20
learningrate: 0.001