-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
ICML 2023: Initial commit of Simplicial Neural Networks #98
base: main
Are you sure you want to change the base?
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
🚀 (The doc deployment issue is on us, it is not related to this PR.) |
Codecov Report
@@ Coverage Diff @@
## main #98 +/- ##
==========================================
+ Coverage 93.00% 94.64% +1.64%
==========================================
Files 8 9 +1
Lines 200 224 +24
==========================================
+ Hits 186 212 +26
+ Misses 14 12 -2
|
Hello @Hellsegga ! Thank you for your submission. As we near the end of the challenge, I am collecting participant info for the purpose of selecting and announcing winners. Please email me (or have one member of your team email me) at papillon@ucsb.edu so I can share access to the voting form. In your email, please include:
Before July 13, make sure that your submission respects all Submission Requirements laid out on the challenge page. Any submission that fails to meet this criteria will be automatically disqualified. |
Note that the coauthorship dataset will not be loaded currently due to problem reported in pyt-team/TopoNetX#195 A workaround is to install TopoNetX manually in editable mode (instead of letting it be installed through the dependency management when installing TopoModelX). This is also why "test_tutorial" fails. |
This is a minimal first pull request for an implementation of Stefania Ebli, Michael Defferrard and Gard Spreemann. Simplicial Neural Networks. TDA {&} Beyond. 2020.
Comparison with the code of the authors of that paper plus extension or addition of new examples in the tutorial will be done later.