# 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: dysproz/distributed-tf tag: 1.7.0 pullPolicy: IfNotPresent port: 9000 ps: number: 2 podManagementPolicy: Parallel image: repository: dysproz/distributed-tf tag: 1.7.0 pullPolicy: IfNotPresent port: 8000 # optimize for training hyperparams: batchsize: 20 learningrate: 0.001 trainsteps: 0