diff --git a/.gitignore b/.gitignore index 52218f218f5b..84912fd24b0a 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ docs/theme/* docs/sources/* tags Keras.egg-info +examples/img/* # test-related .coverage diff --git a/docs/templates/getting-started/faq.md b/docs/templates/getting-started/faq.md index a8216685cfbd..cf419f80aa03 100644 --- a/docs/templates/getting-started/faq.md +++ b/docs/templates/getting-started/faq.md @@ -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) @@ -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: