添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接

Hi there,

I am new to PyG and facing with a error as below:

Hope anyone can help on this.

Best regards,

Based on the error message it seems a path is expected while you are passing a None object. Check if graphs is None and make sure it’s the expected object for your CustomDataset .

PS: it’s always better to post code snippets by wrapping it into three backticks ``` instead of posting pictures.