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

Missing control_gen/target_tree.json file for infill script #9

Closed
jwkirchenbauer opened this issue Jun 30, 2022 · 3 comments
Closed

Comments

@jwkirchenbauer
Copy link

I'm trying to run the last example command in your README

python scripts/infill.py --model_path {path-to-diffusion-lm}  --model_arch transformer --eval_task_ 'control_tree' --use_ddim True  --notes "tree_adagrad" --eta 1. --verbose pipe

and with a few edits I get it to run up until the line for loading the control_label_lst for the tree task.

Could you add the control_gen/target_tree.json file or reply here with the file contents? I'm trying to get a minimum working execution of the entire pipeline for at least one task to better understand how you implemented the conditional denoising/generation using the embedded control sequence. With this file I think I can get the infill script to execute fully, which should help in this process.

Thanks!

@pl8787
Copy link

pl8787 commented Jul 1, 2022

After a few edits to the code, I have the same question.

@Laney-cici
Copy link

I have the same question.

@XiangLi1999
Copy link
Owner

just pushed to the repo, all the control targets are here: https://github.com/XiangLi1999/Diffusion-LM/tree/main/datasets/control_target

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

4 participants