File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -428,6 +428,7 @@ rm final_raw_casp_capri.tar.gz final_processed_casp_capri.tar.gz
428
428
Navigate to the project directory and run the training script with the parameters desired:
429
429
430
430
```bash
431
+ # Hint: Run `python3 lit_model_train.py --help` to see all available CLI arguments
431
432
cd project
432
433
python3 lit_model_train.py --lr 1e-3 --weight_decay 1e-2
433
434
cd ..
@@ -452,6 +453,7 @@ Navigate to the project directory and run the prediction script
452
453
with the filenames of the left and right PDB chains.
453
454
454
455
```bash
456
+ # Hint: Run `python3 lit_model_predict.py --help` to see all available CLI arguments
455
457
cd project
456
458
python3 lit_model_predict.py --left_pdb_filepath "$DI_DIR"/project/test_data/4heq_l_u.pdb --right_pdb_filepath "$DI_DIR"/project/test_data/4heq_r_u.pdb --ckpt_dir "$DI_DIR"/project/checkpoints --ckpt_name LitGINI-GeoTran-DilResNet.ckpt --hhsuite_db ~/Data/Databases/bfd/bfd_metaclust_clu_complete_id30_c90_final_seq.sorted_opt
457
459
cd ..
You can’t perform that action at this time.
0 commit comments