Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

What's the difference between tensorflow and tensorflow extended?


Asked by Brianna May on Dec 13, 2021 FAQ



Whether it’s on servers, edge devices, or the web, TensorFlow lets you train and deploy your model easily, no matter what language or platform you use. Use TensorFlow Extended (TFX) if you need a full production ML pipeline.
Indeed,
TensorFlow Extended (TFX) is an end-to-end platform for deploying production ML pipelines. When you’re ready to move your models from research to production, use TFX to create and manage a production pipeline.
Also, TensorFlow can be used for both network training and inference, whereas TensorFlow Lite is specifically designed for inference on devices with limited compute (phones, tablets and other embedded devices).
Thereof,
TensorFlow provides stable Python (for version 3.7 across all platforms) and C APIs; and without API backwards compatibility guarantee: C++, Go, Java, JavaScript and Swift (early release).
Next,
But it only specifies that it's completely okay to use tensorflow-gpu on a CPU platform, but it still does not answer my first question. Also, the answer might be outdated as tensorflow keeps releasing new updates.