Commit 7504b3b3 authored by yuhai's avatar yuhai
Browse files

Update README.md

parent a55dd97a
......@@ -69,9 +69,16 @@ pdb_2021aug02_sample/
python ./training.py \
--path_for_outputs "模型保存路径" \
--path_for_training_data "数据集下载并解压路径/pdb_2021aug02" \
--num_examples_per_epoch 1个epoch加载的训练example数量 \
--num_epochs 指定训练多少个epoch \
--save_model_every_n_epochs 每几个epochs保存模型权重
#使用示例
python ./training.py \
--path_for_outputs "./exp_020" \
--path_for_training_data "/opt/ProteinMPNN-main/pdb_2021aug02_sample" \
--num_epochs 100 \
--save_model_every_n_epochs 2
## 推理
分别提供了基于Pytorch的单体和多体的推理脚本。
### 单体
......
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