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
{{ message }}
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.
Hi, thank for sharing the codes. In the networks.py, what does the variable "data.batch" denote in the forward method? I have looked up to pyg document, and found neither Data nor DataLoader has "batch" attribute. So what is the difference of it with the input x?
你好,请问networks里的forward函数,x和batch有什么不同呢,data有batch属性吗?找了半天没找到,但是运行都可以
The text was updated successfully, but these errors were encountered:
I think the 'batch' variable is for the global_max_pool and global_mean_pool functions (readout). x1 = torch.cat([gmp(x, batch), gap(x, batch)], dim=1)
Hi, thank for sharing the codes. In the networks.py, what does the variable "data.batch" denote in the forward method? I have looked up to pyg document, and found neither Data nor DataLoader has "batch" attribute. So what is the difference of it with the input x?
你好,请问networks里的forward函数,x和batch有什么不同呢,data有batch属性吗?找了半天没找到,但是运行都可以
The text was updated successfully, but these errors were encountered: