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

Confirm that to_hetero() works with custom functions (dropout_adj) #4653

Merged
merged 5 commits into from
May 15, 2022

Conversation

rusty1s
Copy link
Member

@rusty1s rusty1s commented May 15, 2022

No description provided.

@rusty1s rusty1s changed the title Test to_hetero() with custom functions (dropout_adj) Confirm that to_hetero() works with custom functions (dropout_adj) May 15, 2022
@codecov
Copy link

codecov bot commented May 15, 2022

Codecov Report

Merging #4653 (ea7ddd0) into master (ced3886) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #4653   +/-   ##
=======================================
  Coverage   82.97%   82.97%           
=======================================
  Files         316      316           
  Lines       16784    16784           
=======================================
  Hits        13927    13927           
  Misses       2857     2857           

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 ced3886...ea7ddd0. Read the comment docs.

@rusty1s rusty1s merged commit f045451 into master May 15, 2022
@rusty1s rusty1s deleted the to_hetero_dropout branch May 15, 2022 21:17
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.

to_hetero fails at dropout due to torch.rand not accepting proxies.
1 participant