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

mols is none #6

Open
lxlsu opened this issue Dec 22, 2019 · 0 comments
Open

mols is none #6

lxlsu opened this issue Dec 22, 2019 · 0 comments

Comments

@lxlsu
Copy link

lxlsu commented Dec 22, 2019

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.

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

1 participant