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
d63363b7
Unverified
Commit
d63363b7
authored
Nov 22, 2021
by
Gustaf Ahdritz
Committed by
GitHub
Nov 22, 2021
Browse files
Add note about model initialization
parent
61df432b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
README.md
README.md
+2
-1
No files found.
README.md
View file @
d63363b7
...
@@ -95,7 +95,8 @@ extract `.core` files from ProteinNet text files.
...
@@ -95,7 +95,8 @@ extract `.core` files from ProteinNet text files.
For both inference and training, the model's hyperparameters can be tuned from
For both inference and training, the model's hyperparameters can be tuned from
`openfold/config.py`
. Of course, if you plan to perform inference using
`openfold/config.py`
. Of course, if you plan to perform inference using
DeepMind's pretrained parameters, you will only be able to make changes that
DeepMind's pretrained parameters, you will only be able to make changes that
do not affect the shapes of model parameters.
do not affect the shapes of model parameters. For an example of initializing
the model, consult
`run_pretrained_openfold.py`
.
### Inference
### Inference
...
...
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