When I execute the wget commands like
"!wget https://share.phys.ethz.ch/~pf/albecker/abc/09072022_1154_train.h5"
I'm getting the following error message:
OpenSSL: error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version Enable to stablish a SSL connection.
Can you help me ?
Yeh ! I fix it with:
import wget
wget.download('https://share.phys.ethz.ch/~pf/albecker/abc/09072022_1154_train.h5')
wget.download('https://share.phys.ethz.ch/~pf/albecker/abc/09072022_1154_val.h5')
wget.download('https://share.phys.ethz.ch/~pf/albecker/abc/09072022_1154_test.h5')