GoogleCloudPlatform / tensorflow-without-a-phd

A crash course in six episodes for software developers who want to become machine learning practitioners.
Apache License 2.0
2.79k stars 911 forks source link

display_digits() is not working #62

Open vvillarreal-cfee opened 2 days ago

vvillarreal-cfee commented 2 days ago

The notebook returns an error when try to use the display_digits() because the parameter b of grid was deprecated in matplotlib 3.5, and renamed visible.

This PR fix the #59 issue.

Reference: https://github.com/matplotlib/matplotlib/issues/25267#issuecomment-1437368645