Skip to content
New issue

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

How to use the saved model in a closed system with no internet access. #252

Closed
Rishav09 opened this issue Dec 8, 2020 · 1 comment
Closed

Comments

@Rishav09
Copy link

Rishav09 commented Dec 8, 2020

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.

@lukemelas
Copy link
Owner

You have an issue loading the pretrained model? You can download the weights manually (links in the utils file) and then load using .load_state_dict.

@Rishav09 Rishav09 closed this as completed Dec 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants