7 lines
316 B
Markdown
7 lines
316 B
Markdown
# Keras with Distribution Strategy Tests
|
|
|
|
This directory contains unit tests that combine Keras library with
|
|
[Distribution Training](https://www.tensorflow.org/guide/distributed_training).
|
|
Tests that use a custom training loop instead of Keras compile/fit should be
|
|
placed under python/distribute directory instead.
|