-
I test the code of
https://carlolucibello.github.io/GraphNeuralNetworks.jl/stable/
I got an error:
![image](https://user-images.githubusercontent.com/12711073/147380538-070cc893-0c30-479c-9609…
zsz00 updated
2 years ago
-
With the well-known graph-matrix duality (see [GraphBLAS intro](https://www.sciencedirect.com/science/article/pii/S1877050915011618), Fig. 1), simple graph message passing kernels are equivalent to sp…
-
The following example raises a MethodError:
```
using Flux
using GraphNeuralNetworks
ndata = rand(2,3)
edata = rand(2,3)
n_in=2
n_out=4
g = GNNGraph([1,1,2], [2, 3, 3], ndata=ndata, edat…
-
第五章的数据有2708个样本,但是训练集验证集 测试集 数据分布分别是140:500:1000,数据划分存在问题。
正确的数据集划分应该把
“train_index = np.arange(y.shape[0]) 数据集大小有问题
val_index = np.arange(y.shape[0], y.shape[0] + 500)”
修改为
“x_shape=1208
trai…
-
**Describe the bug**
I get an OutOfGPUMemoryError by running `CUDA.memory_status()`.
**To reproduce**
The Minimal Working Example (MWE) for this bug:
```julia
using CUDA; CUDA.memory_st…
-
## 🐛 Bug
## To Reproduce
My model looks the following, for the basicmodule, its just a class that with torch.load and torch.save method.
```
class CovNet(BasicModule):
'''
Graph Co…
-
作者您好,我感觉第五页K阶子图定义有些问题。这里面写的E‘={eij|任意 vj,d(vi,vj)
-
cora数据集下载保存到本地D:\GraphNeuralNetwork-master\chapter5\cora\raw,当运行第五章代码# In[7]:# 加载数据,并转换为torch.Tensor时出现下列问题:
UnpicklingError Traceback (most recent call last)
in
---->…
-
你好,Chapter5中Cora数据集的下载链接https://raw.githubusercontent.com/kimiyoung/planetoid/master/data打不开,请问有其他方式下载该数据集吗?
-
我登录https://raw.githubusercontent.com/kimiyoung/planetoid/master/data这个网站不能直接下载数据。代码按您的粘过来报错如下:
Traceback (most recent call last):
File "D:\练习\learning\GCN_KEY.py", line 257, in
dataset…