Changed - Removed dependence on the nvidia-smi tool. The number of GPUs is now determined programatically.
1.18.48
Changed - Translator.max_input_length now reports correct maximum input length for TranslatorInput objects, independent of the internal representation, where an additional EOS gets added.
1.18.47
Not secure
Changed - translate CLI: no longer rely on external, user-given input id for sorting translations. Also allow string ids for sentences.
1.18.46
Fixed - Fixed issue with `--num-words 0:0` in image captioning and another issue related to loading all features to memory with variable length.
1.18.45
Added - Added an 8 layer LSTM model similar (but not exactly identical) to the 'GNMT' architecture to autopilot.
1.18.44
Fixed - Fixed an issue with `--max-num-epochs` causing training to stop before the update/batch that actually completes the epoch was made.