DeepLocalProteinDocking
DeepLocalProteinDocking copied to clipboard
Segmentation Fault when Running
Hello - I've followed all the instructions for running DeepLocalProteinDocking. I've tried compiling with Torch 1.1, Cuda 9.0 as well as Torch 1.2, Cuda 9.2.
I always get a segmentation fault when running server_test_local.sh, no matter the input PDB.
The segmentation fault is happening in cpu_VolumeConv in TorchProteinLibrary -> Layers -> Volume -> Volume.cu
I have tried using the TorchProteinLibrary older commit you listed in the README, as well as the most recent commit. I get a segfault on both.
What would be the way to fix this?