everyone,
I was trying to run this code:
download_utils.download_all_keras_resources("readonly/keras/models",
"readonly/keras/datasets")
But I am receiving this error:
requests.exceptions.SSLError: HTTPSConnectionPool(host='github.com', port=443): Max retries exceeded with url: /hse-aml/intro-to-dl/releases/download/v0.2/inception_v3_weights_tf_dim_ordering_tf_kernels_notop.h5 (Caused by SSLError(SSLError("bad handshake: Error([('SSL routines', 'tls_process_server_certificate', 'certificate verify failed')])")))
I am starting with python so I have no idea of what may be the problem.
Thanks.