JuliaGraphs / JuliaGraphs/GraphNeuralNetworks.jl

relax graph type restriction on layer inputs

Open
#33 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Julia
Stars
308
Forks
74
Avg merge
3d 6h
Merged PRs (30d)
2

Description

We can relax the g::GNNGraph restriction to g::AbstractGraph or remove it entirely to allow people to use the convolutional layers on their custom graphs if they want to

Related to the discussion in https://github.com/Chemellia/AtomicGraphNets.jl/issues/66

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the convolutional layer definitions and the g::GNNGraph input restriction. Compare the implications of accepting g::AbstractGraph or removing the restriction, then verify that convolutional layers work with custom graphs as described; the related discussion in AtomicGraphNets.jl issue 66 provides context.

Written by the indexing model from the issue text.

Assessment

Tech stack
julia
Domain
machine-learning
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.