Victor Villarreal
Results
1
comments of
Victor Villarreal
To fix this, need to change the line: ``` plt.grid(b=None) ``` to: ``` plt.grid(visible=None) ``` inside the display_digits() function definition, on the `keras_01_mnist.ipynb` notebook.