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. Most production ML systems at Google use TensorFlow.

However JAX is definitely seeing more development capacity. 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 on current needs (might use torch to debug, JAX or TF to run). I still use many TF components though, in pa…

Replies: 2 comments 6 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
0 replies
Answer selected by edwardyehuang
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants