-
Notifications
You must be signed in to change notification settings - Fork 132
CumConcatLayer #589
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
CumConcatLayer #589
Conversation
265929c
to
38ef10b
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
27504f3
to
580fcee
Compare
Implementing a test case is a bit tricky here. I cannot use I also cannot really use any other layer to reduce the new dim tag, as they all would not correctly handle the extended dynamic size. Also, operations using the extended dynamic size would usually also expect all axes from the ext dyn size to be present ( I also currently can not return the |
This comment has been minimized.
This comment has been minimized.
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.
Looks good! I only had minor comments.
Like you suggested, I think we can merge this then and go from there. EDIT: After we fix the other issues..
f53d68e
to
4791acd
Compare
Maybe I will directly implement all needed things in this PR here (as minimal as possible) such that the test can run. I.e. also:
|
c9d9d8b
to
e99be05
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
2ed67bb
to
2384c1b
Compare
I wonder a bit how to best handle such huge PRs (e.g. how to effectively do the cleanup). |
I will probably now first move everything out into a new branch, except the two new test cases and also the |
2384c1b
to
cf604e1
Compare
This comment has been minimized.
This comment has been minimized.
cf604e1
to
b56f9e6
Compare
ed793ab
to
626c35b
Compare
c0c1205
to
415ba6b
Compare
415ba6b
to
088d9c7
Compare
088d9c7
to
6deb705
Compare
This is for generalized self attention (#391). Fixes #391. Co-authored-by: Frithjof <[email protected]>
6deb705
to
a406d3f
Compare
This is for generalized self attention (#391). Fixes #391. Co-authored-by: Frithjof <[email protected]>
This is for #391.