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 18, 2023. It is now read-only.
PyTorch isn't planned currently. What's the use-case that you have in mind?
For instance, are you integrating with an existing pipeline, or prefer the features of PyTorch?
## What is the goal of this PR?
Migrate the ethos of TypeDB-ML to be a library to support machine learning using existing graph learning frameworks, starting with support for [PyTorch Geometric](https://github.com/pyg-team/pytorch_geometric) and [NetworkX](https://networkx.org) to support in-memory graphs and general-purpose graph algorithms.
## What are the changes implemented in this PR?
- Encoding of a TypeDB graph (already exported into NetworkX) into a PyTorch Geometric HeteroData object
- Updating the Diagnosis example to demonstrate how to create a GNN using TypeDB, KGLIB and PyTorch Geometric
Solves #44
Hi,
do you plan to add support for pytorch models?
The text was updated successfully, but these errors were encountered: