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

Training the regressor guidance #8

Closed
haoming-codes opened this issue Feb 20, 2023 · 2 comments
Closed

Training the regressor guidance #8

haoming-codes opened this issue Feb 20, 2023 · 2 comments

Comments

@haoming-codes
Copy link

It appears that the regressor is trained on the real graphs, where as in the original guided diffusion paper, the classifier is trained on the noisy images. Is this intentional? Many thanks.

@cvignac
Copy link
Owner

cvignac commented Feb 20, 2023

We do train the regressor on the noisy data, as stated in the paper:

"Our method uses a regressor gη which is trained to predict target properties y of a clean graph G from a noisy version of G: gη(Gt) ≈ y(G)."

We are very happy of your interest in our work, but please double check the paper before opening Github issues :)

@cvignac cvignac closed this as completed Feb 20, 2023
@haoming-codes
Copy link
Author

haoming-codes commented Feb 20, 2023

Edit: I see the noising is done in Qm9RegressorDiscrete now. Sorry!

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