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
ModelZoo
ProteinMPNN_pytorch
Commits
bd3f7beb
"doc/vscode:/vscode.git/clone" did not exist on "26f7b4af11d26c9b6f59d0542884e011afb609a6"
Commit
bd3f7beb
authored
Oct 15, 2024
by
yuhai
Browse files
Update README.md
parent
7504b3b3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
README.md
README.md
+6
-5
No files found.
README.md
View file @
bd3f7beb
...
@@ -66,6 +66,7 @@ pdb_2021aug02_sample/
...
@@ -66,6 +66,7 @@ pdb_2021aug02_sample/
pip install python-dateutil
pip install python-dateutil
cd /opt/ProteinMPNN-main/training
cd /opt/ProteinMPNN-main/training
python ./training.py \
python ./training.py \
--path_for_outputs "模型保存路径" \
--path_for_outputs "模型保存路径" \
--path_for_training_data "数据集下载并解压路径/pdb_2021aug02" \
--path_for_training_data "数据集下载并解压路径/pdb_2021aug02" \
...
@@ -73,11 +74,11 @@ pdb_2021aug02_sample/
...
@@ -73,11 +74,11 @@ pdb_2021aug02_sample/
--save_model_every_n_epochs 每几个epochs保存模型权重
--save_model_every_n_epochs 每几个epochs保存模型权重
#使用示例
#使用示例
python ./training.py \
#
python ./training.py \
--path_for_outputs "./exp_020" \
#
--path_for_outputs "./exp_020" \
--path_for_training_data "/opt/ProteinMPNN-main/pdb_2021aug02_sample" \
#
--path_for_training_data "/opt/ProteinMPNN-main/pdb_2021aug02_sample" \
--num_epochs 100 \
#
--num_epochs 100 \
--save_model_every_n_epochs 2
#
--save_model_every_n_epochs 2
## 推理
## 推理
分别提供了基于Pytorch的单体和多体的推理脚本。
分别提供了基于Pytorch的单体和多体的推理脚本。
...
...
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