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

MLP.plain_last option #4652

Merged
merged 2 commits into from
May 15, 2022
Merged

MLP.plain_last option #4652

merged 2 commits into from
May 15, 2022

Conversation

rusty1s
Copy link
Member

@rusty1s rusty1s commented May 15, 2022

No description provided.

@rusty1s rusty1s self-assigned this May 15, 2022
@rusty1s rusty1s linked an issue May 15, 2022 that may be closed by this pull request
@codecov
Copy link

codecov bot commented May 15, 2022

Codecov Report

Merging #4652 (b2ac185) into master (0ded02b) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master    #4652   +/-   ##
=======================================
  Coverage   82.97%   82.97%           
=======================================
  Files         316      316           
  Lines       16782    16784    +2     
=======================================
+ Hits        13925    13927    +2     
  Misses       2857     2857           
Impacted Files Coverage Δ
torch_geometric/nn/models/mlp.py 98.52% <100.00%> (+0.04%) ⬆️

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 0ded02b...b2ac185. Read the comment docs.

@rusty1s rusty1s merged commit ced3886 into master May 15, 2022
@rusty1s rusty1s deleted the plain_last branch May 15, 2022 20:51
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.

Add simple linear layer option as last layer of MLP
1 participant