Skip to content

Commit

Permalink
Merge pull request #293 from PaddlePaddle/helixdock
Browse files Browse the repository at this point in the history
Helixdock fix requirements and dataset config issue
  • Loading branch information
nickyoungforu authored May 28, 2024
2 parents 36ee708 + 60c9075 commit 3e8baaa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion apps/molecular_docking/helixdock/reproduce_posebuster.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
log_dir="reproduce_posebuster"
mkdir -p log/$log_dir
init_model="model/helixdock.pdparams"
dataset_config="configs/dataset_configs/pdbbind_core.json"
dataset_config="configs/dataset_configs/poesbusters.json"
model_config="configs/model_configs/helixdock_model.json"
train_config="configs/train_configs/lr8e-4_ema.json"
encoder_config="configs/model_configs/helixdock_encoder.json"
Expand Down
1 change: 0 additions & 1 deletion apps/molecular_docking/helixdock/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ rdkit-pypi==2022.3.3
paddlepaddle-gpu=2.4.1
tqdm
scikit-learn
logging

0 comments on commit 3e8baaa

Please sign in to comment.