/cloud

Primary LanguagePythonApache License 2.0Apache-2.0

TensorFlow Cloud

What is this repo?

This repository provides APIs that will allow to easily go from debugging and training your Keras and TensorFlow code in a local environment to distributed training in the cloud.

Installation

Requirements:

Install latest release:

pip install -U tensorflow-cloud

Install from source:

git clone https://github.com/tensorflow/cloud.git
cd cloud
pip install .

Usage examples

Contributing

We welcome community contributions, see CONTRIBUTING.md and, for style help, Writing TensorFlow documentation guide.

License

Apache License 2.0