Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix GAT with out_channels != None #4299

Merged
merged 1 commit into from
Mar 18, 2022
Merged

Fix GAT with out_channels != None #4299

merged 1 commit into from
Mar 18, 2022

Conversation

rusty1s
Copy link
Member

@rusty1s rusty1s commented Mar 18, 2022

Fixes #4298

@codecov
Copy link

codecov bot commented Mar 18, 2022

Codecov Report

Merging #4299 (ae522e9) into master (0833e05) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master    #4299   +/-   ##
=======================================
  Coverage   82.69%   82.70%           
=======================================
  Files         309      309           
  Lines       15861    15864    +3     
=======================================
+ Hits        13117    13120    +3     
  Misses       2744     2744           
Impacted Files Coverage Δ
torch_geometric/nn/models/basic_gnn.py 90.00% <100.00%> (+0.30%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0833e05...ae522e9. Read the comment docs.

@rusty1s rusty1s merged commit 850d08b into master Mar 18, 2022
@rusty1s rusty1s deleted the fix_gat branch March 18, 2022 12:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

GAT model - last layer incorrect?
1 participant