在跑TensorFlow的MNIST的机器学习的例子时候,demo来源:
https://github.com/GoogleCloudPlatform/tensorflow-without-a-phd/tree/master/tensorflow-mnist-tutorial
根据INSTALL.txt的步骤来安装,出现下面的错误:
MacBook-Pro:tensorflow-mnist-tutorial Vino$ python3 mnist_1.0_softmax.py
Traceback (most recent call last):
File “mnist_1.0_softmax.py”, line 17, in
import tensorflowvisu
File “/Users/Vino/PycharmProjects/tensorflow-without-a-phd/tensorflow-mnist-tutorial/tensorflowvisu.py”, line 18, in
import matplotlib.pyplot as plt
File “/anaconda3/lib/python3.7/site-packages/matplotlib/pyplot.py”, line 2372, in
switch_backend(rcParams[“backend”])
File “/anaconda3/lib/pyt