cvignac / DiGress

code for the paper "DiGress: Discrete Denoising diffusion for graph generation"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Questions on the exact setup used for the experiments

Asduffo opened this issue · comments

Hello Mr. Vignac

I am trying to reproduce the results you have obtained on the experiments which focused on the diffusion guidance, and I would like to do so with the exact same setup you have used for such experiments (meaning without the various bug fixes). It is kinda difficult to navigate through the various commits, but it seems to me that the commit at ea23692 is the one you have used for such experiments. Am I correct? May I also ask you whether the hyperparameters you used to train the main model were the ones listed in configs/experiment/qm9_no_h.yaml?

Many thanks in advance. Regards.

I have a similar question. If it is possible to provide some straightforward command to reproduce the results? E.g., I tried the command: python3 main.py dataset=planar +batch_size=8 but after training for several epochs, it keeps showing "Visualizing molecules...
Done.
Visualizing chains...".

How can I skip those steps? Personally, I am not familiar with the packages hydra and its config system, so some most direct commands to present the results in the tables from the paper would be greatly appreciate!

Bests