mrdbourke / tensorflow-deep-learning

All course materials for the Zero to Mastery Deep Learning with TensorFlow course.
https://dbourke.link/ZTMTFcourse
MIT License
5.14k stars 2.53k forks source link

Does Keras Automatically Use the GPU if its available. #373

Closed Programmer-RD-AI closed 2 years ago

Programmer-RD-AI commented 2 years ago

Does Keras Automatically Use the GPU if it's available?

Best regards,

mrdbourke commented 2 years ago

Yes it does, Keras and TensorFlow both use the GPU if there's one active + the right GPU libraries are installed

Programmer-RD-AI commented 2 years ago

OK Thank you so much.