Skip to content
New issue

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

The Suggestion of Output with PAE #80

Open
LUDENGZHEN opened this issue Mar 5, 2025 · 1 comment
Open

The Suggestion of Output with PAE #80

LUDENGZHEN opened this issue Mar 5, 2025 · 1 comment

Comments

@LUDENGZHEN
Copy link

It would be great if the output could include the results of PAE. PAE is quite useful in certain applications.

@zhangyuxuann
Copy link
Collaborator

@LUDENGZHEN Run inference_demo.sh you can enable more confidence output including pae by

"need_atom_confidence": False,

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants