* Add custom variable to set number of trainign steps.
By default script run in cheyang/distributed-tensorflow container
runs with flag train_steps set to 0 which means that
script will be running inifitely,
However, it's to possible to set this flag to fixed number
which will make script to run only passed number of training
steps and stop.
This change adds custom variable in hyperparams that lets user set
custom value for training steps.
Signed-off-by: Szymon <krasuski.szymon.piotr@gmail.com>
* Bump chart version
Signed-off-by: Szymon <krasuski.szymon.piotr@gmail.com>