Fixed Precompiled TF Binaries and Added Some New Features
Fixed the precompiled TensorFlow binaries, and also added the following
new features:
iomodule:- Added support for a new
TFRecordWriter.
- Added support for a new
opsmodule:- Added a new ops namespace,
sparse, that includes all sparse ops. - Added support for
sparse.reorderandsparse.merge. - Added support for parsing TF records.
datamodule:- Added support for
Dataset.shuffleAndRepeat.
- Added support for
optimizersmodule:- Added support for the Adafactor optimizer.
- Renamed
SqrtDecaytoRSqrtDecaywhich is more appropriate.
mathmodule:- Added support for
batchGather. - Added support for bitwise ops.
- Added support for
rnnmodule:- Simplified the attention mechanisms functionality so that it is
now not required to tile memory tensors for beam search outside
the beam search decoder.
- Simplified the attention mechanisms functionality so that it is
- Moved the
seq2seqmodule to a separate repository (that of
Symphony Machine Translation).
- Added a new ops namespace,