yongqyu / MolGAN-pytorch

Pytroch implementation of MolGAN: An implicit generative model for small molecular graphs (https://arxiv.org/abs/1805.11973)
161 stars 42 forks source link

mols is none #6

Open lxlsu opened 4 years ago

lxlsu commented 4 years ago

hello, when I run the model with the data download by the download_dataset.sh, I found that list "mols" returned by the function of "matrices2mol" is None(code in solver.py, ). ··· mols = [self.data.matrices2mol(n.data.cpu().numpy(), e.data.cpu().numpy(), strict=True) for e, n in zip(edges_hard, nodes_hard)] ··· And I have no idea why this situation occurs, Thanks for your reading, and hope get your reply.