kfzyqin / Implementation-MolGAN-PyTorch

PyTorch implementation of MolGAN: MolGAN: An implicit generative model for small molecular graphs.
50 stars 8 forks source link

Why adj[:, :, :, 1:] in the discriminator? #4

Closed kam1107 closed 3 years ago

kam1107 commented 3 years ago

Hi, I am confused why set adj to adj[:, :, :, 1:] in the discriminator? Do you happen to know the reason?