From bbe68e95cbaab1693320c74fde6a6fae5757899f Mon Sep 17 00:00:00 2001 From: JiayiZhou_1 Date: Wed, 23 Apr 2025 16:51:55 +0800 Subject: [PATCH] modify OpenFold adaptation code --- .../others/OpenFold_for_PyTorch/test/train_openfold_8p.sh | 2 +- .../others/OpenFold_for_PyTorch/test/val_openfold_8p.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PyTorch/built-in/others/OpenFold_for_PyTorch/test/train_openfold_8p.sh b/PyTorch/built-in/others/OpenFold_for_PyTorch/test/train_openfold_8p.sh index 4e456e5aad..021628de40 100644 --- a/PyTorch/built-in/others/OpenFold_for_PyTorch/test/train_openfold_8p.sh +++ b/PyTorch/built-in/others/OpenFold_for_PyTorch/test/train_openfold_8p.sh @@ -23,7 +23,7 @@ python3 train_openfold.py $data_path/pdb_data/mmcif_files \ ./output \ "2021-10-10" \ --train_chain_data_cache_path $data_path/pdb_data/chain_data_cache.json \ - --template_release_dates_cache_path $data_path/pdb_data/mmcif_cache.json \ + --template_release_dates_cache_path $data_path/pdb_data/mmcif_cache.json \ --alignment_index_path $data_path/alignment_data/alignment_dbs/alignment_db.index \ --config_preset initial_training \ --seed 42 \ diff --git a/PyTorch/built-in/others/OpenFold_for_PyTorch/test/val_openfold_8p.sh b/PyTorch/built-in/others/OpenFold_for_PyTorch/test/val_openfold_8p.sh index 2cb89f58ba..8f352d8b82 100644 --- a/PyTorch/built-in/others/OpenFold_for_PyTorch/test/val_openfold_8p.sh +++ b/PyTorch/built-in/others/OpenFold_for_PyTorch/test/val_openfold_8p.sh @@ -27,7 +27,7 @@ python3 train_openfold.py $data_path/pdb_data/mmcif_files \ ./output \ "2021-10-10" \ --train_chain_data_cache_path $data_path/pdb_data/data_caches/chain_data_cache.json \ - --template_release_dates_cache_path $data_path/pdb_data/data_caches/mmcif_cache.json \ + --template_release_dates_cache_path $data_path/pdb_data/data_caches/mmcif_cache.json \ --alignment_index_path $data_path/alignment_data/alignment_dbs/alignment_db.index \ --config_preset initial_training \ --seed 42 \ -- Gitee