Skip to content

Commit

Permalink
Polish README
Browse files Browse the repository at this point in the history
  • Loading branch information
raviqqe committed Dec 28, 2016
1 parent 53a220e commit 15703eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ remove most of boilerplate code with this framework.
- To infer labels or regression values with trained models
- Configuration of command line arguments to set hyperparameters of models etc.
- [Distributed TensorFlow](https://www.tensorflow.org/how_tos/distributed/)
(only for training and evaluation)
- Just set an optional argument `distributed ` of `def_train_and_evaluate()`
as `True`. (i.e. `def_train_and_evaluate(distributed=True)`)
as `True` (i.e. `def_train_and_evaluate(distributed=True)`) to enable it.
- Supports only data parallel training
- Only for training and evaluation but not for inference


## Installation
Expand Down

0 comments on commit 15703eb

Please sign in to comment.