This repository has been archived by the owner on Jul 7, 2023. It is now read-only.
v1.4.2
- New export method for exporting to TensorFlow Serving
- Script for BLEU evaluation thanks to @martinpopel
- Better TensorBoard metrics (what was removed has returned), with options to summarize gradients (
--hparams='summarize_grads=True'
) - Various bug fixes, doc updates, new features, as usual
Internals:
- Scripts in
bin/
are now thin and executable - Main training utility library moved to
trainer_lib.py