"...src/git@developer.sourcefind.cn:OpenDAS/dynamo.git" did not exist on "b495cd839e6f24f0acdf8be4609c4bf43c9571d6"
Unverified Commit da92663d authored by Dingquan Yu's avatar Dingquan Yu Committed by GitHub
Browse files

Update train_openfold.py

parent 2d09f801
...@@ -511,7 +511,7 @@ if __name__ == "__main__": ...@@ -511,7 +511,7 @@ if __name__ == "__main__":
) )
parser.add_argument( parser.add_argument(
"--val_mmcif_data_cache_path", type=str, default=None, "--val_mmcif_data_cache_path", type=str, default=None,
help="path to the json file which records all the information of mmcif structures used during training" help="path to the json file which records all the information of mmcif structures used during validation"
) )
parser.add_argument( parser.add_argument(
"--kalign_binary_path", type=str, default='/usr/bin/kalign', "--kalign_binary_path", type=str, default='/usr/bin/kalign',
......
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