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
hi Mr. Muhan !
I am a student in master data scientist in Morocco , I a have a project in link prediction in Social network , and I have read some papers and I have implemented them, and now I am reading your paper but when I try to implemented in Google Colab, i get a problem because cpp doesn't run in google jupyter notebook how can run the SEAL in jupyter notebook ?
Thanks for your time and help!
The text was updated successfully, but these errors were encountered:
azzedineA
changed the title
how to run SEAL in google colab
how to run SEAL in notebook jupyter google colab
Apr 16, 2020
Hi, I am not familiar with Colab, but it seems to support reading files from Google drive. You may save the c++ files in the drive, and compile them on the fly within Colab. Here is an example.
Another option is to use DGCNN written in PyTorch-Geometric, see for example here, which does not require compling your own c++.
hi Mr. Muhan !
I am a student in master data scientist in Morocco , I a have a project in link prediction in Social network , and I have read some papers and I have implemented them, and now I am reading your paper but when I try to implemented in Google Colab, i get a problem because cpp doesn't run in google jupyter notebook how can run the SEAL in jupyter notebook ?
Thanks for your time and help!
The text was updated successfully, but these errors were encountered: