Skip to content
#

protein-structure

Here are 299 public repositories matching this topic...

gahdritz
gahdritz commented Dec 17, 2021

I've implemented low-memory attention (9670958) using an algorithm from a recent preprint (https://arxiv.org/pdf/2112.05682.pdf), enhanced a little bit with the ability to add multiple biases + batch dimensions. Lacking the JAX map & scan used in the original implementation, which I've had to replace with for loops, ours is quite a bit slower (exact figures depend heavily on the choice of chunk si

jgreener64
jgreener64 commented Oct 29, 2018

This issue is a roadmap for Molly.jl development. Feel free to discuss things here or submit a PR. Bear in mind that significant refactoring will probably occur as the package develops.

Low hanging fruit

Want to get involved? These issues might be the place to start:

  • Speedups to the code. Both on the level of individual functions and the overall algorithm. [Getting there]
  • Look over
PatWalters
PatWalters commented Feb 28, 2022

I encountered this error when running Equibind.

/opt/dgl/src/runtime/tensordispatch.cc:43: TensorDispatcher: dlopen failed: libtorch_cuda.so: cannot open shared object file: No such file or directory

According to this https://discuss.dgl.ai/t/error-tensordispatcher/2468 the error impacts performance but does not impact usage. Equibind appears to run in spite of this error. I thought you m

lightdock

Improve this page

Add a description, image, and links to the protein-structure topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the protein-structure topic, visit your repo's landing page and select "manage topics."

Learn more