torch-geometric

Train graph neural networks using PyG templates, datasets, and benchmarks.

21|1|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/OwnLabAI/ownlab --skill torch-geometric-ownlabai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: torch-geometric
Source: https://github.com/OwnLabAI/ownlab/tree/main/mart/skills/scientific-skills/torch-geometric
Command: npx skills add https://github.com/OwnLabAI/ownlab --skill torch-geometric-ownlabai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires torch, numpy, torch-geometric, matplotlib, networkx, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Streamlines experimentation with graph neural networks by providing ready-to-use templates, datasets, and benchmarks built on PyTorch Geometric.

Core Features & Use Cases

  • Ready-made GNN templates for node classification, graph classification, and link prediction.
  • Preloaded datasets and benchmarking scripts to compare models across standard tasks.
  • Visualization and references to guide model design and experimentation.

Quick Start

Install PyTorch, PyG, and the provided scripts, then run the generated templates on a sample dataset.

Frequently Asked Questions about torch-geometric

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I train a graph neural network for node classification using PyTorch Geometric?

To train a graph neural network for node classification, this Skill provides ready-to-run PyG templates, preloaded datasets, and evaluation routines. You simply install PyTorch and PyG, then execute the generated templates on a sample dataset to train and benchmark models.

What is the best way to benchmark graph neural networks across standard datasets?

The best way to benchmark graph neural networks is by using the provided benchmarking scripts to compare models across standard datasets. These scripts evaluate node classification, graph classification, and link prediction workloads efficiently.

Do I need PyTorch and PyG installed to use graph neural network templates?

Yes, you need PyTorch and PyG installed in your Python environment to use the graph neural network templates. The Skill explicitly requires PyTorch, numpy, and torch-geometric dependencies to run the templates, benchmarking scripts, and visualization components.

Can I visualize graph neural network models and datasets during experimentation?

Yes, you can visualize graph neural network models and datasets during experimentation using the built-in visualization scripts. The Skill includes references and visualization components that guide model design and experimentation using matplotlib and networkx.

Does this Skill work with link prediction and graph classification workloads?

Yes, this Skill works with link prediction and graph classification workloads by providing ready-made GNN templates. It satisfies requirements for Python environments with PyTorch and PyG, offering ready-to-run models and evaluation routines across these specific tasks.