HybridBackend

Tensorflow 1.15 CPU CI Build Badge
Documentation Status

Introduction

HybridBackend is a training framework for deep recommenders which bridges the
gap between evolving cloud infrastructure and complex training process. See
documentation for more
information.

bridging

Contributing

We appreciate all contributions to improve HybridBackend. Please follow below
steps to contribute:

1. Clone the repository and checkout a new branch.

git clone <git_repo_addr>
git pull -r
git checkout -b features/my_feature

2. Commit changes, check code style and test.

git commit
cibuild/run cibuild/format
cibuild/run cibuild/lint
cibuild/run make -j8
cibuild/run make test

3. Create pull request for code review.

GitHub

View Github