Francois Chollet is leaving Google
developers.googleblog.com
Francois Chollet is leaving Google
1–10 of 182 posts
Re: Francois Chollet is leaving Google
#2Re: Francois Chollet is leaving Google
#3Maybe he figured out a model that beats ARC-AGI by 85%?
Re: Francois Chollet is leaving Google
#4The training loop with Keras for simple model is indeed easier and faster than PyTorch oriented helpers (e.g. Lightning AI, Hugging Face accelerate) but much, much less flexible.
Re: Francois Chollet is leaving Google
#5Re: Francois Chollet is leaving Google
#6[flagged]
Re: Francois Chollet is leaving Google
#7[flagged]
Re: Francois Chollet is leaving Google
#8Re: Francois Chollet is leaving Google
#9I guess they realized muilti-backend keras is futile? I never liked the tf.keras apis and the docs always promosed multi backend but then I guess they were never able to deliver that without breaking keras 3 changes. And even now.... "Keras 3 includes a brand new distribution API, the keras.distribution namespace, currently implemented for the JAX backend (coming soon to the TensorFlow and PyTorch backends)". I don't…
Re: Francois Chollet is leaving Google
#10Genuine question: who is using Keras in production nowadays? I've done a few work projects in Keras/TensorFlow over the years and it created a lot of technical debt and lost time debugging it, with said issues disappearing once I switched to PyTorch. The training loop with Keras for simple model is indeed easier and faster than PyTorch oriented helpers (e.g. Lightning AI, Hugging Face accelerate) but much, much less…