Hi,
Right now, in order to install pytorch_geometric you need to have pytorch 1.4.0 installed. However, you have only tested your code until an older version (1.3). Since, we need pytorch_geometric installed to run your code, it becomes a bit complicated for me.
Error that is produced
File "/home/newuser/anaconda3/envs/my-env/lib/python3.6/site-packages/torch_geometric/nn/conv/message_passing.py", line 243, in propagate
assert isinstance(size, list)
AssertionError
Hi,
Right now, in order to install pytorch_geometric you need to have pytorch 1.4.0 installed. However, you have only tested your code until an older version (1.3). Since, we need pytorch_geometric installed to run your code, it becomes a bit complicated for me.
Error that is produced