-
Notifications
You must be signed in to change notification settings - Fork 81
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
Check hypergraphs #256
Merged
Check hypergraphs #256
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
c2e4132
changed torch.mm for topomodelx.base.Conv for consistency
Coerulatus 97c62e4
changes splits 5 to 3
levtelyatnikov fefc88b
Revert "changed torch.mm for topomodelx.base.Conv for consistency"
Coerulatus 04953be
changed torch.mm to topomodelx.base.Conv for consistency
Coerulatus 62b7c5a
changed torch.mm for conv and introduced linear transformation in uni…
Coerulatus 1b7b01d
Merge branch 'hypergraph_checks' of https://github.com/pyt-team/TopoM…
Coerulatus 80ed75f
Merge remote-tracking branch 'origin/main' into add_conv
Coerulatus 3d5c6b7
added batch norm to be consistent with implementation
Coerulatus 76f0bdb
moved batch norm to the end of the layer, unisage now passes more par…
Coerulatus 937ca45
removed linear transformation in vertex2edge to be consistent with fo…
Coerulatus 02c731d
added the ability to pass different graphs instead of only one fixed …
Coerulatus c1d54f9
added alpha to choose max number of nodes to sample in neighborhood
Coerulatus a89d1f1
changed batch normalization to row normalization
Coerulatus 31d297c
added dropout
Coerulatus 712cd85
added dropout
Coerulatus c941ee5
Merge branch 'main' of https://github.com/pyt-team/TopoModelX into ad…
Coerulatus 73df4e3
removed batchnorm test since batchnorm was removed from model
Coerulatus 9426857
added default value for use_norm
Coerulatus 02e16f7
fixed reset parameters
Coerulatus 2e8c285
Merge branch 'main' of https://github.com/pyt-team/TopoModelX into ad…
Coerulatus b0c36f5
formatting changes
Coerulatus c0c0e5d
fixed bug when not passing incidence_1 matrix
Coerulatus cfbde34
updated tests to improve coverage
Coerulatus 985934a
fix format
Coerulatus 5b8a423
Merge branch 'main' of https://github.com/pyt-team/TopoModelX into ad…
Coerulatus c95265f
Merge branch 'main' into add_conv
Coerulatus File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍