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
 

I had to downgrade from TensorFlow 2.18.0 to 2.12.0 recently so that I can turn my model into a CoreML model. And coremltools only supports TensorFlow 2.12.0.

After doing that, training my model is taking roughly 3-4x longer than it did on 2.18.0.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] fishcharlie@eventfrontier.com 2 points 7 months ago (1 children)

Got it. Thanks for the reply! So is Keras just a dependency used in TensorFlow?

[โ€“] jack@lemmy.nz 2 points 7 months ago

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.