ageron / handson-ml3

A series of Jupyter notebooks that walk you through the fundamentals of Machine Learning and Deep Learning in Python using Scikit-Learn, Keras and TensorFlow 2.
Apache License 2.0
7.44k stars 3k forks source link

Fix typo in docker/README.md #126

Closed dlams closed 4 months ago

dlams commented 6 months ago

This commit fixes a typo in the docker/README.md file.

Previous text: tf.config.list_physical_devices("GPU)

Corrected text: tf.config.list_physical_devices("GPU")

ageron commented 4 months ago

Thanks for the PR!