Skip to content

v2.1.0

Compare
Choose a tag to compare
@leewyang leewyang released this 09 Dec 18:38
· 112 commits to master since this release
38b13b9
  • 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.