Skip to content

Commit

Permalink
Move a line in README
Browse files Browse the repository at this point in the history
  • Loading branch information
raviqqe committed Dec 28, 2016
1 parent 53a220e commit 2504e02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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)`)
- Supports only data parallel training
- Only for training and evaluation but not for inference


## Installation
Expand Down

0 comments on commit 2504e02

Please sign in to comment.