-
Notifications
You must be signed in to change notification settings - Fork 109
Open
Description
Hi, I'm trying to run the example command for 1PRW in the README.
python evodiff/conditional_generation_msa.py --model-type msa_oa_ar_maxsub --cond-task scaffold --pdb 1prw --start-idxs 15 --end-idxs 34 --start-idxs 51 --end-idxs 70 --num-seqs 1 --query-onlyHowever, I'm getting the following error.
Traceback (most recent call last):
File "evodiff/conditional_generation_msa.py", line 1065, in <module>
main()
File "evodiff/conditional_generation_msa.py", line 75, in main
raise Exception("Please select either msa_oa_dm_randsub, msa_oa_dm_maxsub, or esm_msa_1b baseline. You selected:", args.model_type)
Exception: ('Please select either msa_oa_dm_randsub, msa_oa_dm_maxsub, or esm_msa_1b baseline. You selected:', 'msa_oa_ar_maxsub')Should I be running a different command to get the same results as the paper?
Metadata
Metadata
Assignees
Labels
No labels