TensorFlow vs Tensor2Tensor: What are the differences?
What is TensorFlow? Open Source Software Library for Machine Intelligence. TensorFlow is an open source software library for numerical computation using data flow graphs. Nodes in the graph represent mathematical operations, while the graph edges represent the multidimensional data arrays (tensors) communicated between them. The flexible architecture allows you to deploy computation to one or more CPUs or GPUs in a desktop, server, or mobile device with a single API.
What is Tensor2Tensor? Library of deep learning models & datasets designed to make deep learning more accessible (by Google Brain). It is a library of deep learning models and datasets designed to make deep learning more accessible and accelerate ML research. It was developed by researchers and engineers in the Google Brain team and a community of users.
TensorFlow and Tensor2Tensor can be categorized as "Machine Learning" tools.
TensorFlow and Tensor2Tensor are both open source tools. TensorFlow with 142K GitHub stars and 80.3K forks on GitHub appears to be more popular than Tensor2Tensor with 9.7K GitHub stars and 2.51K GitHub forks.