this post was submitted on 02 Nov 2024
4 points (100.0% liked)
TensorFlow
7 readers
1 users here now
Discussion, questions, news, and more about the TensorFlow machine learning library.
founded 7 months ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
It could be to do with Keras 3 becoming the new default after 2.16.0. They also deprecated tensorflow-macos in favor of a unified installation method so it's possible internal changes made in the consolidated package account for the recent improvements.
Got it. Thanks for the reply! So is Keras just a dependency used in TensorFlow?
Yep, it essentially just provides a bunch of useful building blocks for networks and some time-saving tools so you don't have to create them yourself using TensorFlow primitives.