Skip to content

Commit

Permalink
Fix FAQ question
Browse files Browse the repository at this point in the history
  • Loading branch information
fchollet committed Mar 20, 2017
1 parent 9c86aa2 commit e5a3386
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ docs/theme/*
docs/sources/*
tags
Keras.egg-info
examples/img/*

# test-related
.coverage
Expand Down
4 changes: 2 additions & 2 deletions docs/templates/getting-started/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

- [How should I cite Keras?](#how-should-i-cite-keras)
- [How can I run Keras on GPU?](#how-can-i-run-keras-on-gpu)
- [What does \["sample", "batch", "epoch"\] mean?](#what-does-sample-batch-epoch-mean)
- [What does "sample", "batch", "epoch" mean?](#what-does-sample-batch-epoch-mean)
- [How can I save a Keras model?](#how-can-i-save-a-keras-model)
- [Why is the training loss much higher than the testing loss?](#why-is-the-training-loss-much-higher-than-the-testing-loss)
- [How can I obtain the output of an intermediate layer?](#how-can-i-obtain-the-output-of-an-intermediate-layer)
Expand Down Expand Up @@ -59,7 +59,7 @@ theano.config.floatX = 'float32'

---

### What does \["sample", "batch", "epoch"\] mean?
### What does "sample", "batch", "epoch" mean?

Below are some common definitions that are necessary to know and understand to correctly utilize Keras:

Expand Down

0 comments on commit e5a3386

Please sign in to comment.