We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the 5-classifier_example.py, when I run (X_train, y_train), (X_test, y_test) = mnist.load_data() in the Pycharm
(X_train, y_train), (X_test, y_test) = mnist.load_data()
Loading data... Downloading data from https://s3.amazonaws.com/text-datasets/imdb.npz
error: ssl.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:777) but when I run in the ipython, no error...
ssl.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:777)
why?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In the 5-classifier_example.py,
when I run
(X_train, y_train), (X_test, y_test) = mnist.load_data()
in the Pycharmerror:
ssl.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:777)
but when I run in the ipython,
no error...
why?
The text was updated successfully, but these errors were encountered: