Skip to content

Has Google completely abandoned TensorFlow? #20217

Answered by fchollet
edwardyehuang asked this question in Q&A
Discussion options

You must be logged in to vote

TensorFlow is still maintained, and will keep being maintained -- at least in the medium term. Most production ML systems at Google use TensorFlow and getting them all to migrate would be a multi-year project.

However JAX is definitely seeing more development capacity at this time. IMO it's a good idea to switch to JAX, not so much because of fear that TF might not be supported in the future, but simply because JAX is a technologically better platform to develop on. In particular it is easier to scale (via sharding APIs, e.g. keras.distribution APIs) and it is generally more performant.

My personal style is to keep my code backend-agnostic and to switch from one backend to another based o…

Replies: 3 comments 10 replies

Comment options

You must be logged in to vote
6 replies
@abhaskumarsinha
Comment options

@edwardyehuang
Comment options

@abhaskumarsinha
Comment options

@edwardyehuang
Comment options

@abhaskumarsinha
Comment options

Comment options

You must be logged in to vote
3 replies
@ghsanti
Comment options

@rkazants
Comment options

@fchollet
Comment options

Answer selected by edwardyehuang
Comment options

You must be logged in to vote
1 reply
@edwardyehuang
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
6 participants