openfold
openfold copied to clipboard
Trainable, memory-efficient, and GPU-friendly PyTorch reproduction of AlphaFold 2
Hello, I am wondering if the inference code can run at mixed precision? For example, if I modify `run_pretrained_openfold.py` line 254 from `out = run_model(model, processed_feature_dict, tag, args.output_dir)` to ```...
Hi everyone, I am trying to run inference using multiGPU. I am currently able to run it on a single gpu which is by default using parser.add_argument( "--model_device", type=str, default="cpu",...
Hey everyone, I am trying to compute alignments for training of openfold. But I am getting stuck at the first step. I am running the following code `python3 scripts/precompute_alignments.py /workspace/dataset/pdb_mmcif/mmcif_files/...
Python 3.7 is approaching its EOL in 5 months. Are there plans or blockers to bump the supported Python version from 3.7 (if it's the only one now supported) to...
I received the following nested exception: File "/dccstor/mm_hcls/usr/ozery/miniconda/envs/fuse_2/lib/python3.8/site-packages/openfold/data/data_pipeline.py", line 23, in from openfold.data import templates, parsers, mmcif_parsing File "/dccstor/mm_hcls/usr/ozery/miniconda/envs/fuse_2/lib/python3.8/site-packages/openfold/data/templates.py", line 88, in "template_domain_names": np.object, File "/dccstor/mm_hcls/usr/ozery/miniconda/envs/fuse_2/lib/python3.8/site-packages/numpy/__init__.py", line 305, in __getattr__...
I face multiple errors during installation on an ubuntu workstation: Ubuntu 22.04.1 LTS 5.15.0-58-generic #64-Ubuntu SMP Thu Jan 5 11:43:13 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux NVIDIA-SMI 520.61.05 Driver Version:...
Hello. It looks to me like `batched_gather` here is an unused import. Would you all agree? https://github.com/aqlaboratory/openfold/blob/84659c93ba6f06b8a0a2646d1cf27646c003a0c6/openfold/utils/loss.py#L33
Is the multimer branch stable? Is the accuracy comparable to AF2-Multimer? Thanks
Hi there, I installed the openfold and followed the commands below trying to genereate MSA for my own data. But I ran into this error. On my Linux VM, I...
Hi, I was doing the installation and was wondering if instead of downloading every databasem installing mmseqs2, etc. could a script be provided to query the mmses2 server as with...