Open everyday847 opened 2 years ago
Hi Andy,
Sorry the requirements file is not working for you, it can be a bit tricky to get PyG+KeOps to work well together. I'll attach to this message a Dockerfile and a corresponding requirements file that have been working for me lately, please let me know if they work for you as well. You might also be interested in exploring the Colab notebook The dMaSIF_search generates point descriptors for the point clouds such that interacting/complementary surface patches have similar point descriptors. That particular model used the flags: --experiment_name dMaSIF_search_3layer_12A_16dim --batch_size 64 --embedding_layer dMaSIF --search True --emb_dims 16 --device cuda:0 --radius 12.0 --n_layers 3
Hi,
Is there any chance you could provide the instructions to how was the environment set up on your end? So that perhaps I can try to reproduce on my local machine too? :)
Yew Mun
Hi,
Trying to get an install working on ubuntu. When I
I get a complaint:
Fair enough. With
I get a new issue -- well, initially
pykeops
complains that I don't have a numpy version, so I install one, but this is after that has been resolved:This all is with a totally fresh environment generated from miniconda, so it's not totally clear to me what the issue might be. Do you happen to have an
environment.yml
or a docker image that could do the trick?Longer term, I'm also curious about how to reproduce a couple specific studies in the paper -- for example, the model
dMaSIF_search_3layer_12A_16dim
in the repository, what flags were used to train it? what does it predict? how can I pipe its output layer into an interpretable format? It looks like the scripts for making figures are purely for reproducing the figures given data, not for repeating the same analysis using dMaSIF and a collection of PDBs. I'd love to (for example) have a script + model to produce the electrostatic surface of a PDB, but it's not clear if that's available!