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 MLP.jittable() bug in case return_emb=True #4645

Merged
merged 3 commits into from
May 15, 2022
Merged

Fix MLP.jittable() bug in case return_emb=True #4645

merged 3 commits into from
May 15, 2022

Conversation

rusty1s
Copy link
Member

@rusty1s rusty1s commented May 15, 2022

No description provided.

@codecov
Copy link

codecov bot commented May 15, 2022

Codecov Report

Merging #4645 (57dfa70) into master (cfaea95) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master    #4645   +/-   ##
=======================================
  Coverage   82.93%   82.93%           
=======================================
  Files         316      316           
  Lines       16750    16750           
=======================================
  Hits        13891    13891           
  Misses       2859     2859           
Impacted Files Coverage Δ
torch_geometric/nn/models/mlp.py 98.46% <100.00%> (ø)

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 cfaea95...57dfa70. Read the comment docs.

@rusty1s rusty1s merged commit c20f8df into master May 15, 2022
@rusty1s rusty1s deleted the mlp_jit branch May 15, 2022 00:54
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.

1 participant