Skip to content

Latest commit

 

History

History
138 lines (128 loc) · 6.58 KB

ROADMAP.md

File metadata and controls

138 lines (128 loc) · 6.58 KB

TFX OSS roadmap

This highlights the main OSS efforts for the TFX team in Q4 2020 and Q1 2021, along with the history from 2019 onwards. If you're interested in contributing in one of these areas, contributions are always welcome, especially in areas that extend TFX into infrastructure currently not widely in use at Google.

Vision

  • Democratize access to machine learning (ML) best practices, tools, and code.
  • Enable users to easily run production ML pipelines locally, on public clouds, on premises, and in heterogeneous computing environments.

Goals

  • Help the community: Help enterprises realize large-scale production ML capabilities similar to what we have available at Google. We recognize that every enterprise has unique infrastructure challenges, and we want TFX to be open and adaptable to those challenges.
  • Stimulate innovation: Machine learning is a rapid, innovative field and we want TFX to help researchers and engineers both realize and contribute to that innovation. Likewise, we want TFX to be interoperable with other ML efforts in the open source community.
  • Usability: We want the experience of developing and deploying a model in production to be as frictionless as possible throughout the entire journey -- from the initial efforts of building a model to the final touches of deploying in production.

Specific efforts underway

Extensibility
Usability
  • Support more distributed strategies in TensorFlow 2.x.
  • Improving the testing capabilities for OSS developers.
  • Reach feature parity and make it easy to move ML focused pipelines from Kubeflow pipelines (KFP) to TFX DSL. Also share the same pipeline intermediate representation for both platforms to guarantee semantics and data model consistency.
  • Support loading KFP components (defined in YAML) in TFX pipelines.
  • Support for training on continuously arriving data and more advanced orchestration semantics.
  • Create examples and templates for more ML verticals.
Performance
  • Better distributed training support (DistributionStrategy).
  • Support for more performant file storage formats than TFRecords.
  • Better telemetry for users to understand the behavior of components in a TFX pipeline.
Education
  • Work with ML Metadata to publish standard ontology types and showcase them through TFX.
Innovation and collaboration
  • Further enhance integration with tf.Lite to better support mobile, IoT, and edge devices.
  • Formalize Special Interest Groups (SIGs) for specific aspects of TFX to accelerate community innovation and collaboration.
  • Early access to new features.

History

Towards ML Engineering: A Brief History Of TensorFlow Extended (TFX)

  • Q3 2020

    • Component Launches & Enhancements
      • Cloud AI Platform integration with BulkInferrer
    • Multi Framework Support in TFX Components
    • On Device
      • Support for TFJS in Evaluator component
    • Orchestration:
    • Object detection example - CIFAR-10
    • NLP Bert examples CoLA, and MRPC
    • Supported custom splits for ExampleGen's downstream components.
  • Q2 2020

    • Custom component authoring was made easier by supporting python function and custom container.
    • Created a new TFJS rewriter.
    • Created a new InfraValidator component.
    • Created a new Tuner component.
    • Introduced artifact types for primitive values and generic type.
  • Q1 2020

    • Released support for native Keras.
    • Released initial integration with tf.Lite.
    • New template to create pipelines for on-premise and cloud.
    • New ComponentSpec and standard artifact types published.
    • Allow pipelines to be parameterized with RuntimeParameters.
    • Enabled warm-starting for estimator based trainers.
  • Q4 2019

    • Added limited support for TF.Keras through tf.keras.estimator.model_to_estimator().
  • Q3 2019

    • Support for local orchestrator through Apache Beam.
    • Experimental support for interactive development on Jupyter notebook.
    • Experimental support for TFX CLI released.
    • Started to publish public RFCs to the tensorflow/community project. This will be an ongoing effort.
  • Q2 2019

    • Support for Python3.
    • Support for Apache Spark and Apache Flink runners (with examples).
    • Custom executors (with examples).
  • Q1 2019

    • TFX end-to-end pipeline, config, and orchestration initial release.
    • ml.metadata initial release.
  • Q3 2018

  • Q1 2018

  • Q1 2017

  • Q1 2016