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 was 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属性吗?找了半天没找到,但是运行都可以