openfold icon indicating copy to clipboard operation
openfold copied to clipboard

Trainable, memory-efficient, and GPU-friendly PyTorch reproduction of AlphaFold 2

Results 183 openfold issues
Sort by recently updated
recently updated
newest added

First of all, great work! I'm wondering what training times I can expect for a single target. I'm currently at 1min/ it (sample) which seems too slow (v100s with fp16...

Hi, I try to train openfold without distillation datasets. But I found the training speed is very slow. The following table is my running data. | Hardware | Trainging time(one...

.pdb files in the `uniclust30/` section of the RODA database have erroneous suffixes in their filenames. Instead of `.pdb`, which is what OpenFold expects, they are named `_model_5_unrelaxed.pdb`. In order...

Hello, my name is James, and I'm working on training a new AlphaFold variant using OpenFold. Thanks for the great tool! I think I may have found a bug in...

Hi OpenFold team! Thanks for your great implementation, here are some suggestions to the codebase to support upcoming ESMFold release: 1. Constant tensors like default_frames, group_idx, atom_mask and lit_positions in...

I train the openfold in both fp32 and bf16, it seems bf16 performs better than fp32 or the fp32 config is not properly set by me? The command for bf16...

Can not load multimer checkpoint in the main branch for both Docker container and ENV. Here is command ![Screen Shot 2022-08-08 at 11 08 06 AM](https://user-images.githubusercontent.com/16676410/183484585-9c484ac4-5dab-4811-9da4-48c125b51352.jpg) Here is the error...

Hello! So I have been struggling with a strange issue that I hope you or someone would be able to help me with. Let me start by providing some information:...

Hi, I have tested using the --trace_model mode on a small batch of sequences of the same length; I get an 80s tracing time followed by 20s inference for each...

Hi, I am using the recomputed_alignments_mmseqs.py to search for MSA for my input.fasta which has 9 sequences inside. but the mmseq2 is taking too long to run it, it is...

good first issue