Skip to content

Commit

Permalink
s/flag/command line arguments/g
Browse files Browse the repository at this point in the history
  • Loading branch information
raviqqe committed Dec 28, 2016
1 parent 9ededa0 commit c0000df
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions docs/qnd/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1028,7 +1028,7 @@ <h1 class="title"><span class="name">qnd</span> module</h1>

__all__ = ["FLAGS", "add_flag", "add_required_flag", "FlagAdder",
"def_train_and_evaluate", "def_infer"]
__version__ = "0.0.8"
__version__ = "0.0.9"
</code></pre>
</div>

Expand Down Expand Up @@ -1209,8 +1209,8 @@ <h2 class="section-title" id="header-functions">Functions</h2>
<li><code>prepare_filename_queues</code>: If <code>True</code>, create filename queues for
train and eval data based on file paths specified by command line
arguments.</li>
<li><code>distributed</code>: If <code>True</code>, set up flags to train and evaluate models
on a distributed system.</li>
<li><code>distributed</code>: If <code>True</code>, configure command line arguments to train
and evaluate models on a distributed system.</li>
</ul>
</li>
<li>
Expand All @@ -1236,8 +1236,8 @@ <h2 class="section-title" id="header-functions">Functions</h2>
- `prepare_filename_queues`: If `True`, create filename queues for
train and eval data based on file paths specified by command line
arguments.
- `distributed`: If `True`, set up flags to train and evaluate models
on a distributed system.
- `distributed`: If `True`, configure command line arguments to train
and evaluate models on a distributed system.

- Returns
- `train_and_evaluate()` function.
Expand Down
4 changes: 2 additions & 2 deletions qnd/train_and_evaluate.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ def def_train_and_evaluate(batch_inputs=True,
- `prepare_filename_queues`: If `True`, create filename queues for
train and eval data based on file paths specified by command line
arguments.
- `distributed`: If `True`, set up flags to train and evaluate models
on a distributed system.
- `distributed`: If `True`, configure command line arguments to train
and evaluate models on a distributed system.
- Returns
- `train_and_evaluate()` function.
Expand Down

0 comments on commit c0000df

Please sign in to comment.