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

Failed to establish a new connection: [Errno 101] Network is unreachable #12

Open
zangsk opened this issue Dec 7, 2024 · 5 comments
Open

Comments

@zangsk
Copy link

zangsk commented Dec 7, 2024

Thanks for sharing your great work. When I use modeling.py for pharmacophore modeling, the following error is reported:

requests.exceptions.ConnectionError: HTTPSConnectionPool(host='drive.google.com', port=443): Max retries exceeded with url: /uc?id=1gzjdM7bD3jPm23LBcDXtkSk18nETL04p (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x2b0755d5eed0>: Failed to establish a new connection: [Errno 101] Network is unreachable'))

In fact, the computing cluster I am using now is not connected to the Internet. Could I run your code without an Internet connection?

Many thanks

@SeonghwanSeo
Copy link
Owner

The internet is required only once to download the trained deep learning model file.
I'll update the code so that you can download and load the model manually in 3-4 days.

@zangsk
Copy link
Author

zangsk commented Dec 11, 2024

The internet is required only once to download the trained deep learning model file. I'll update the code so that you can download and load the model manually in 3-4 days.

Sorry I just saw the reply. Could you please explain it in the code after you update the code? So I can download and use it according to the instructions. Thank you very much for your help.

@SeonghwanSeo
Copy link
Owner

The internet is required only once to download the trained deep learning model file.
I'll update the code so that you can download and load the model manually in 3-4 days.

I apologize for the delay.
I am currently participating the NeurIPS conference, and cannot access my school internal network due to VPN issue.
I will update as soon as possible after the conference ends.

@zangsk
Copy link
Author

zangsk commented Dec 24, 2024

The internet is required only once to download the trained deep learning model file.
I'll update the code so that you can download and load the model manually in 3-4 days.

I apologize for the delay. I am currently participating the NeurIPS conference, and cannot access my school internal network due to VPN issue. I will update as soon as possible after the conference ends.

Hi,

I recently downloaded the following from a link I found in the code, but I don't know whether these are all the files I need and how to use them.
image

If you have been quite busy recently, could you please let me know how to use these files? This would allow me to do some simple trials in the meantime. I would appreciate your reply and look forward to successfully using your code.

@SeonghwanSeo
Copy link
Owner

Sorry. Now I'm fine.

I updated the code for pharmaconet, but I feel what you need is the offline setup for reward function. Right? (e.g., TacoGFN or RxnFlow)

It would be helpful for what function do you need.

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