We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be great if the output could include the results of PAE. PAE is quite useful in certain applications.
The text was updated successfully, but these errors were encountered:
@LUDENGZHEN Run inference_demo.sh you can enable more confidence output including pae by
Protenix/configs/configs_inference.py
Line 28 in ef104bf
export LAYERNORM_TYPE=fast_layernorm export USE_DEEPSPEED_EVO_ATTTENTION=true N_sample=5 N_step=200 N_cycle=10 seed=101 use_deepspeed_evo_attention=true input_json_path="./examples/example.json" dump_dir="./output" python3 runner/inference.py \ --seeds ${seed} \ --dump_dir ${dump_dir} \ --input_json_path ${input_json_path} \ --model.N_cycle ${N_cycle} \ --sample_diffusion.N_sample ${N_sample} \ --sample_diffusion.N_step ${N_step} \ --need_atom_confidence true
Sorry, something went wrong.
No branches or pull requests
It would be great if the output could include the results of PAE. PAE is quite useful in certain applications.
The text was updated successfully, but these errors were encountered: