"git@developer.sourcefind.cn:OpenDAS/openpcdet.git" did not exist on "8df9187e23846d42f14826236d7e487da271330c"
Commit bf382368 authored by Gustaf Ahdritz's avatar Gustaf Ahdritz
Browse files

Add README draft

parent a1b5f878
# openfold
# OpenFold
A faithful PyTorch reproduction of DeepMind's
[AlphaFold 2](https://github.com/deepmind/alphafold).
## Installation
1. Install Python 3.9 and install dependencies.
```bash
pip3 install -r requirements.txt
```
2. Install third-party dependencies.
```bash
scripts/install_third_party_dependencies.py
```
## Features
OpenFold fully reproduces AlphaFold's inference and data processing pipelines,
but is written entirely in PyTorch rather than JAX/TensorFlow. It is capable of
importing AlphaFold's original pretrained weights.
Future versions will support multi-GPU training with
[DeepSpeed](https://github.com/microsoft/DeepSpeed).
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment