-
Notifications
You must be signed in to change notification settings - Fork 47
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
[GNNLux] Adding NNConv Layer #478
Closed
Closed
Changes from 45 commits
Commits
Show all changes
47 commits
Select commit
Hold shift + click to select a range
786b200
WIP
rbSparky 01767ee
WIP
rbSparky b8c4db6
Update conv.jl
rbSparky b6c1a27
fix
rbSparky fb0bb1d
Update conv.jl
rbSparky 32ee61d
fix
rbSparky 2585cb6
Merge branch 'nn-lux' of https://github.com/rbSparky/GraphNeuralNetwo…
rbSparky cd28e97
Update conv.jl
rbSparky 7f1a07a
Update conv.jl
rbSparky 70674a2
added tests
rbSparky 17627f1
Merge branch 'nn-lux' of https://github.com/rbSparky/GraphNeuralNetwo…
rbSparky 8f081cd
Delete GNNLux/test/layers/temp.jl
rbSparky af0b78b
Merge branch 'CarloLucibello:master' into nn-lux
rbSparky 890fcda
add to lux
rbSparky fc2db99
fix test
rbSparky 90fc120
fixing
rbSparky 0dae0bc
Delete data.txt
rbSparky 01ec78b
Delete redundant file
rbSparky ff012bb
trying test fix
rbSparky cf7d30a
trying test fix
rbSparky 1c60d1c
Update conv_tests.jl
rbSparky 39b9c74
Update basic_tests.jl
rbSparky 894bdb3
Update conv_tests.jl
rbSparky 6e610c1
Update conv_tests.jl
rbSparky caf355c
Update conv_tests.jl: edata issues
rbSparky 3e32261
Update conv_tests.jl
rbSparky 24da4c4
Update conv_tests.jl: edata
rbSparky f2ff073
Update conv_tests.jl
rbSparky 93affd2
change lux testing
rbSparky 3547d9f
Merge branch 'nn-lux' of https://github.com/rbSparky/GraphNeuralNetwo…
rbSparky f0481b4
Update conv_tests.jl: Trying to fix tests
rbSparky b3e2649
Update conv.jl: trying to fix
rbSparky 23b89c2
Update conv.jl: reverted
rbSparky d136de0
Merge branch 'master' into nn-lux
rbSparky 4b32e2f
fixing
rbSparky 6227cd3
Update shared_testsetup.jl: dont make other tests fail
rbSparky b1d185f
Update shared_testsetup.jl: fixing other tests
rbSparky ef68f79
gitignore
rbSparky 4f0d60f
ignore
rbSparky e7661f2
remove useless params
rbSparky 67bc8fd
Update GNNLux.jl: ordering
rbSparky b94b1f6
Update Project.toml: fixed
rbSparky 91fed90
Update conv_tests.jl: checking test
rbSparky a587553
Update conv_tests.jl
rbSparky 232a1b4
Update conv_tests.jl
rbSparky e2de74c
checking tests
rbSparky faa4df3
Update conv_tests.jl: typo in test
rbSparky 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
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.
i used the code that you gave for tests (in the test file) just without the bias, but that shouldnt cause an issue since issue is with multiplication
it errors while testing
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.
as I said, can you translate this
to the corresponding GNNLux code and see what happens?
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.
tried to run locally today but seems like there is an update to some package that leads to this error:
ERROR: LoadError: Failed to precompile MLDataDevices
while importing GNNlib (usual setup for the repo, activate, instantiate etc)
Could you check once as well?
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.
added this to the test file, there we can see what errors
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.
error:
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.
Any suggestions?
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.
getting the same dimension error