Added
- Added Tensorboard logging for all parameter values and gradients as histograms/distributions. The logged values
correspond to the current batch at checkpoint time.
Changed
- Tensorboard logging now is done with the MXNet compatible 'mxboard' that supports logging of all kinds of events
(scalars, histograms, embeddings, etc.). If installed, training events are written out to Tensorboard compatible
even files automatically.
Removed
- Removed the `--use-tensorboard` argument from `sockeye.train`. Tensorboard logging is now enabled by default if
`mxboard` is installed.