TensorFlow Model Garden Documentation (Beta/Experimental)

The TensorFlow Model Garden (TFMG) is a collection of models that use TFMG’s high-level APIs. They are intended to be well-maintained, tested, and kept up to date with the latest TFMG API.

The goal of the TFMG is to develop exemplary implementations of prominent machine learning models in community. They should also be reasonably optimized for fast performance while still being easy to read.

These models are used as end-to-end tests, ensuring that the models run with the same or improved speed and performance with each new TensorFlow build.

This documentation is to explain a process for reproducing a state-of-the-art machine learning model at a level of quality suitable for inclusion in the TFMG, which includes the engineering process and elaborate on each step, from paper analysis to model release.

Contribution