-
Notifications
You must be signed in to change notification settings - Fork 5
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
Error : Segmentation fault (core dumped) #3
Comments
Oh there is a mistake on README.md. I will modify that bug as soon as possible. Thank you for pointing out the error. The error seems to be cause by mismatch between generation configure file and argument. Try modifying
|
Hi @SeonghwanSeo , Thanks for replying, I tried the updated command but still get the same error and a new error Thanks, and regards! |
I haven't found any issues on CentOS7 and MacOS (Apple Silicon M1). |
Hi,
Iam working on ubuntu 20.04 with cuda 11.6
Let me know if you need more details
Get Outlook for Android<https://aka.ms/AAb9ysg>
…________________________________
From: Seonghwan Seo ***@***.***>
Sent: Sunday, June 11, 2023 5:46:33 PM
To: SeonghwanSeo/BBAR ***@***.***>
Cc: neeraj mehra ***@***.***>; Author ***@***.***>
Subject: Re: [SeonghwanSeo/BBAR] Error : Segmentation fault (core dumped) (Issue #3)
I haven't found any issues on CentOS7 and MacOS (Apple Silicon M1).
Can you let me know what your working environment is?
—
Reply to this email directly, view it on GitHub<#3 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AJVAOPUM7YW5KPAQRPGXHVDXKWZKDANCNFSM6AAAAAAZAGMIGQ>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
As far as I know, there was importing issue for torch geometric. (I also encountered that issue in MacOS.) $ python
>>> import torch
>>> import torch_geometric |
Hi, @SeonghwanSeo I also encountered the torch geometric issue but I fixed it by downloading through different channel. iam attaching the screenshot of the downloaded version. and I am now able to import torch_geometric without any errors. please let me know if you are able to replicate the issue. thanks and regards |
Hi @SeonghwanSeo , The system is working now, I have one query to ask. please let me know if there is a possibility to combine mw and logp. Thanks and regards |
I'm glad to see the system is working. I will train the model for MW-logP and deliver the trained model until this week. |
@SeonghwanSeo thank you so much for the help. will wait for the trained model. |
The mw-logp model is uploaded. You can download the model weight with following script. gdown 'https://drive.google.com/uc?id=10UXskmoQQW6KZAeNSVqF4LliMZB9j5Iq' Also, required config file ( |
Hi, Your prebuilt model consists of a PDP 7l13 file and a Zinc file. The data in these files seem nearly identical, with the only difference being that the data in the Zinc file is slightly larger. Could you explain why there is this difference? The molecular weight would be significant and complex if you downloaded drug-like data. I'm interested in understanding the rationale behind using the module Brics of Rdikt to break down the molecules into smaller ones based on specific criteria. Furthermore, I'm curious about the type of molecules you downloaded from the Zinc database. Are you explicitly searching for the target protein 3cl pro in the Zinc database? |
Hi,
while running the generation script
(python script/sample.py -g ./test/generation_config/tpsa.yaml -s "c1ccccc1" --num_samples 100 --logp 6 -o ./result_sample/logp=6.smi)
it is showing Segmentation fault (core dumped)
Iam attaching a screenshot of the same, please help
Thanks, and regards.
The text was updated successfully, but these errors were encountered: