标签:sudo dataset and bsp ase pre keras color span
from keras.datasets import mnist (train_images,train_labels),(test_images,test_labels)=mnist.load_data()
此处会报 SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed 错误
通过下面命令解决
> cd "/Applications/Python 3.7/" > sudo "./Install Certificates.command"
标签:sudo dataset and bsp ase pre keras color span
原文地址:https://www.cnblogs.com/Erick-L/p/12686645.html