v2.1.0
- Added
compat
module to manage minor API changes in TensorFlow. - Added compatibility for TF2.1.0rc0 (exporting saved_models and configuring auto-shard policy)
- Re-introduced compatibility for TF1.x (except support for InputMode.TENSORFLOW in the ML Pipeline API).
- Added TFParallel class for parallelized single-node inferencing via Spark executors.
- Updated examples for TF API changes.
- Updated to use module-level loggers.