Changes
=======
* The file with model weights to load no longer has to be named `model.hdf5`: can be anything with the `.hdf5` extension.
* Default batch size reduced to 32 (should ease the usage on low-resource machines).
* Warming on the first batch is performed by default (as a rule, slightly improves the performance).
* FAQ added to the Github page.