Git Product home page Git Product logo

deepglstm's People

Contributors

mllab4cs avatar shrimonmuke0202 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

kdpan rxdcpu1

deepglstm's Issues

Install issue

Good morning,
I am trying to test DeepGLSTM on my own data. I successfully installed all the requirements as specified in the requirements.txt file, but when I launch the data_creation.py script I received this error:

Traceback (most recent call last):
File "data_creation.py", line 9, in
from utils import *
File "/content/drive/MyDrive/DeepGLSTM-main/utils.py", line 5, in
from torch_geometric.data import InMemoryDataset
File "/usr/local/lib/python3.7/dist-packages/torch_geometric/init.py", line 7, in
import torch_geometric.data
File "/usr/local/lib/python3.7/dist-packages/torch_geometric/data/init.py", line 1, in
from .data import Data
File "/usr/local/lib/python3.7/dist-packages/torch_geometric/data/data.py", line 3, in
from torch_geometric.typing import OptTensor
File "/usr/local/lib/python3.7/dist-packages/torch_geometric/typing.py", line 4, in
from torch_sparse import SparseTensor
File "/usr/local/lib/python3.7/dist-packages/torch_sparse/init.py", line 16, in
f'{library}_{suffix}', [osp.dirname(file)]).origin)
File "/usr/local/lib/python3.7/dist-packages/torch/_ops.py", line 104, in load_library
ctypes.CDLL(path)
File "/usr/lib/python3.7/ctypes/init.py", line 364, in init
self._handle = _dlopen(self._name, mode)
OSError: /usr/local/lib/python3.7/dist-packages/torch_sparse/_convert_cpu.so: undefined symbol: _ZN2at4_ops5zero_4callERNS_6TensorE

This happens both on my local device (with no GPU) and on a google colab. Could it be a problem with the version of torch sparse?
Thank you in advance,
Chiara

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.