Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 PyTorch 几何的新手,想知道我们如何将自己的知识图数据集加载到 PyTorch 几何 DataLoader 中。我在 CSV 文件中有我的数据,例如:
数据集由 1000 个这样的三元组组成, 我浏览了 PyTorch 文档,但无法理解如何将这种数据与 Pytorch 几何一起使用。 我之前使用这些数据与 ampligraph 进行链接预测,并考虑尝试使用 GNN(PyTorch 几何)。 对此有任何帮助!