YangHe
YangHe
I have the same question now
I've met this problem before, and my scorer function is Vina. If you use compute_vina_maps() before load_maps(), it would not raise errors. ``` from vina import Vina v = Vina(sf_name='vina')...
Hi, I have this demand, too
Hi, I also met this problem, and finally I solved it through my guess. I tried the test tutorail, and it worked, but not worked on my own folder which...
> I had the same error as you. And I solved the error by downlgrading the torch-sparse's vertion to 0.6.14. You could have a try:) Thanks, it's helpful for me.