TorchProteinLibrary
TorchProteinLibrary copied to clipboard
CPU-only version
Very nice work! But is it possible to install TorchProteinLibrary on a CPU only (without cuda) environment?
Yes, it is possible, but some layers are hopelessly slow on cpu. I'll add an option to compile cpu-only version.
Hi! Any progress? I find your method is much faster than another methods even though I implemented it simply using raw Pytorch autograd.
I am working on it, but it's a huge pita: I have cuda kernels and cpu side in the same extension modules. Might take a week/two more.
Hi, are there any updates on the CPU-only version? Thanks.