We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
When I try to run generate_ligands.py, I get the following error:
Segmentation fault (core dumped)
I am running on an NVIDIA RTX A4500 GPU, with 20470MiB VRAM, and I created my conda environment in the following way:
conda create -n diffSBDD_env conda activate diffSBDD_env conda install cudatoolkit=10.2 conda install pytorch-gpu -c pytorch conda install -c conda-forge pytorch-lightning conda install -c conda-forge wandb conda install -c conda-forge rdkit conda install -c conda-forge imageio conda install -c pyg pytorch-scatter conda install -c conda-forge openbabel pip install networkx pip install Bio pip install torchvision torchaudio
Thanks in advance for helping me solve this issue!
Kind regards, Robin
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
When I try to run generate_ligands.py, I get the following error:
Segmentation fault (core dumped)
I am running on an NVIDIA RTX A4500 GPU, with 20470MiB VRAM, and I created my conda environment in the following way:
conda create -n diffSBDD_env
conda activate diffSBDD_env
conda install cudatoolkit=10.2
conda install pytorch-gpu -c pytorch
conda install -c conda-forge pytorch-lightning
conda install -c conda-forge wandb
conda install -c conda-forge rdkit
conda install -c conda-forge imageio
conda install -c pyg pytorch-scatter
conda install -c conda-forge openbabel
pip install networkx
pip install Bio
pip install torchvision torchaudio
Thanks in advance for helping me solve this issue!
Kind regards,
Robin
The text was updated successfully, but these errors were encountered: