-
Notifications
You must be signed in to change notification settings - Fork 42
Homogeneous spaces: Stiefel and Grassmann manifolds #156
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
Draft
vabor112
wants to merge
67
commits into
main
Choose a base branch
from
homogeneous_spaces_v2
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
67 commits
Select commit
Hold shift + click to select a range
229e2c4
Initial commit
imbirik 5b8edb7
Work_to_home
iskaazn 6b30bb6
Filtration of characters
imbirik 8e48e94
Commit
imbirik c7d036e
fix of normalization
iskaazn 25fe2bf
fix of projected dimensions computations
imbirik c3c7fd8
alternative_addition_theorem
imbirik 9427e9f
commit
iskaazn ba7aa87
clean
imbirik 27e4547
work in progress
iskaazn 3435a88
fix of stiefel embedding
iskaazn 594fe59
impelement grassmannian via jack polynomials
iskaazn 066ea88
fix so2 sampling
iskaazn d88af5b
update zsf saving into json
iskaazn f20e0b8
fix signature filtration
iskaazn 44396ab
implement grassmannian
iskaazn 97da130
stiefel
imbirik d7f1fd2
grassmannian notebook
iskaazn 6bac3d4
clean up
iskaazn c684d5e
clean up
iskaazn 7dda93f
changes
imbirik 97ca0d7
grassmanian testing
iskaazn c53cedc
stiefel test
iskaazn 4fad615
lint
iskaazn 4e1aad8
lint
iskaazn de577ba
lint
iskaazn 478a57e
lint
iskaazn c131ee8
lint
iskaazn a79fae8
fix mypy
iskaazn c1c244a
fix helper
iskaazn bc06693
lint
iskaazn ed8c0e8
fix grassmanian torus_repr
iskaazn 0897a43
fix import
iskaazn e6e60bf
test fix
iskaazn e48dbf6
lint
iskaazn bb3a9a2
lint
iskaazn bb94d5a
mypy fix
iskaazn 7e13672
fix stiefel
iskaazn ff70856
reshape fix
iskaazn 80187a2
lint
iskaazn 66309d5
reshape
iskaazn fe55f83
lint
iskaazn e2e8a7c
test homogeneousspaces feature map kernels
iskaazn 82491af
lint
iskaazn d2c9400
lint
iskaazn 3adbab9
key
iskaazn 2df79cc
lint
iskaazn d717a0b
delete tensorflow
iskaazn c340ae3
change default num features
iskaazn ba22f24
filter spaces
iskaazn a40157c
lint
iskaazn 7cb9b38
lint
iskaazn 9c28d69
llint
iskaazn da32aff
fix lint
iskaazn b9fefa4
lint
iskaazn cc98e61
fix
iskaazn 5a78918
fix dtype
iskaazn da2915e
update nu
iskaazn d1b5d93
return tensorflow
iskaazn 810748b
lint
iskaazn 99d3407
relax test
imbirik 59a123a
fix
imbirik 98e1366
move to backend
imbirik 2eb2739
stiefel fix
imbirik 8258a40
fix shapes
imbirik a39b71c
increase constants for stiefel
imbirik fb28050
strange torch behaviour
imbirik 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 hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -142,3 +142,4 @@ dmypy.json | |
|
|
||
| # Idea | ||
| /.idea/ | ||
| .vscode/launch.json | ||
This file contains hidden or 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 hidden or 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.
Is this separate
ifonly to set differentdefault_num?