-
Notifications
You must be signed in to change notification settings - Fork 51
Update conv.md #148
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
Update conv.md #148
Conversation
added layer GMMConv
There is also a bunch of displaying issues in the docstring that you could fix in this PR https://carlolucibello.github.io/GraphNeuralNetworks.jl/dev/api/conv/#GraphNeuralNetworks.GMMConv |
Codecov Report
@@ Coverage Diff @@
## master #148 +/- ##
=======================================
Coverage 85.52% 85.52%
=======================================
Files 15 15
Lines 1285 1285
=======================================
Hits 1099 1099
Misses 186 186
Continue to review full report at Codecov.
|
(Sigma inverse updated)
|
Co-authored-by: Carlo Lucibello <[email protected]>
Co-authored-by: Carlo Lucibello <[email protected]>
Co-authored-by: Carlo Lucibello <[email protected]>
Co-authored-by: Carlo Lucibello <[email protected]>
Co-authored-by: Carlo Lucibello <[email protected]>
added GMMConv documentation