You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am using a cluster in which I have to submit jobs, it is a kind of a closed system, so it doesn't have internet access.
I have cloned the directory in the same folder as my training script so that it could load the models from there but even then I am getting ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate (_ssl.c:1076)
This error comes up when the training script is trying to access something on internet.
Are there any suggestions which I can do to resolve this problem, like forcing my script to first check the directories available before pinging the internet for downloading.
The text was updated successfully, but these errors were encountered:
Hi,
I am using a cluster in which I have to submit jobs, it is a kind of a closed system, so it doesn't have internet access.
I have cloned the directory in the same folder as my training script so that it could load the models from there but even then I am getting
ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate (_ssl.c:1076)
This error comes up when the training script is trying to access something on internet.
Are there any suggestions which I can do to resolve this problem, like forcing my script to first check the directories available before pinging the internet for downloading.
The text was updated successfully, but these errors were encountered: