Skip to content

Learnable epsilon in GIN#697

Open
aurorarossi wants to merge 6 commits into
JuliaGraphs:masterfrom
aurorarossi:learnable-epsilon-gin
Open

Learnable epsilon in GIN#697
aurorarossi wants to merge 6 commits into
JuliaGraphs:masterfrom
aurorarossi:learnable-epsilon-gin

Conversation

@aurorarossi

Copy link
Copy Markdown
Member

This PR adds PyTorch Geometric-style ϵ and train_eps options to GINConv for both Flux and Lux.

GINConv(nn; train_eps = true)  # trainable eps, initialized to 0
GINConv(nn;  ϵ  = 0.1f0)       # fixed eps

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant