https://github.com/baldassarrefe/torchgraphs

A PyTorch library for Graph Convolutional Networks.

https://github.com/baldassarrefe/torchgraphs

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.9%) to scientific vocabulary

Keywords

artificial-intelligence graph-networks pytorch
Last synced: 9 months ago · JSON representation

Repository

A PyTorch library for Graph Convolutional Networks.

Basic Info
  • Host: GitHub
  • Owner: baldassarreFe
  • Language: Python
  • Default Branch: master
  • Size: 36.1 KB
Statistics
  • Stars: 5
  • Watchers: 2
  • Forks: 1
  • Open Issues: 1
  • Releases: 0
Topics
artificial-intelligence graph-networks pytorch
Created about 7 years ago · Last pushed over 5 years ago
Metadata Files
Readme

README.md

Torchgraphs

A PyTorch library for Graph Convolutional Networks.

Requirements and installation

Torchgraphs is developed in Python 3.7 and depende on PyTorch 1.1. It is suggested but not required to install PyTorch beforehand, to correctly match the hardware capabilities, see the official installation instruction.

All requirements listed in requirements.txt will be installed automatically when running: bash pip install https://github.com/baldassarreFe/torchgraphs

To develop the library itself, a conda environment with additional dependencies is provided, as well as a test suite for pytest: ```bash git clone https://github.com/baldassarreFe/torchgraphs cd torchgraphs

ENVNAME=torchgraphsenv conda env create -n "${ENVNAME}" -f conda.yaml conda activate "${ENVNAME}"

pip install --editable . pytest ```

Owner

  • Name: Federico Baldassarre
  • Login: baldassarreFe
  • Kind: user
  • Location: Stockholm
  • Company: KTH

Passionate about AI, data science, and SW Engineering, BSc in Computer Engineering @unibo Bologna, MSc in Machine Learning + PhD candidate at @KTH Stockholm

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: 9 months ago

All Time
  • Total issues: 1
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 1
  • Total pull request authors: 0
  • Average comments per issue: 0.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • li-yang23 (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

requirements.txt pypi
  • networkx >=2.3
  • numpy >=1.16
  • torch >=1.1.0
  • torch-scatter >=1.2