Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
OpenFold
Commits
bf382368
"git@developer.sourcefind.cn:OpenDAS/openpcdet.git" did not exist on "8df9187e23846d42f14826236d7e487da271330c"
Commit
bf382368
authored
Sep 20, 2021
by
Gustaf Ahdritz
Browse files
Add README draft
parent
a1b5f878
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
1 deletion
+27
-1
README.md
README.md
+27
-1
No files found.
README.md
View file @
bf382368
# 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
)
.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment