You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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).
Was trying to run movieGNN.py. Got the error below:
The text was updated successfully, but these errors were encountered: