cvignac / DiGress

code for the paper "DiGress: Discrete Denoising diffusion for graph generation"
MIT License
349 stars 73 forks source link

evaluate_guidance_sampling.yaml #55

Open vincenttsai2015 opened 1 year ago

vincenttsai2015 commented 1 year ago

In the branch "guidance", I noticed that there is a YAML file "evaluate_guidance_sampling.yaml" in directory config/experiment.

But there is no explanation on how to use such a configuration file. I'm wondering if it is used when executing main_guidance.py? Thanks.