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

Process finished with exit code 137 (interrupted by signal 9: SIGKILL) #1

Open
nshervt opened this issue Oct 26, 2019 · 2 comments
Open

Comments

@nshervt
Copy link

nshervt commented Oct 26, 2019

Was trying to run movieGNN.py. Got the error below:

Device selected: cpu
Loading data for split 1... OK
Setting up the graph... OK
Model initialization...
	Initializing SelGNNdegG00... OK
	Initializing SelGNNedsG00... OK
	Initializing SelGNNsprG00... OK
	Initializing SelGNNcrsG00... OK
	Initializing SpctrlGNNG00... /Users/Nsherv/graph-neural-networks/Utils/graphML.py:1333: ComplexWarning: Casting complex values to real discards the imaginary part
  Lambda[e,:], V[e,:,:] = np.linalg.eig(Snp[e,:,:])
OK
Model initialization... COMPLETE

Process finished with exit code 137 (interrupted by signal 9: SIGKILL)
@fgfgama
Copy link
Collaborator

fgfgama commented Dec 16, 2019

Hi, nshervt!

I have just uploaded a new version of the code. In particular, I fixed some memory handling issues, so it could be that. I can run all of the examples just fine.

In fact, I'm pretty sure it has to do with memory, since the spectral GNN is tricky due to the eigendecomposition.

Please, let me know if it now works (now, the movieGNN.py file doesn't implement a spectral GNN anymore).

Best,

@nshervt
Copy link
Author

nshervt commented Dec 17, 2019

Thanks @fgfgama! I'll check it soon and comment for closing the issue.

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