mirror of
https://github.com/helm/charts.git
synced 2026-08-21 05:17:23 +00:00
25 lines
533 B
YAML
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
|