-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Support orthogonal embedding initialization #6031
Conversation
@beam2d Could you take a look at this one as well? |
if (in_dim > out_dim and self._checks[0]) or ( | ||
in_dim < out_dim and self._checks[1]): | ||
raise ValueError( | ||
'Cannot make orthogonal {}.' |
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.
Note: "auto" is not used here, so the message does not corrupt.
Jenkins, test this please. |
Successfully created a job for commit c5e6c18: |
1 similar comment
Successfully created a job for commit c5e6c18: |
Jenkins CI test (for commit c5e6c18, target branch master) failed with status FAILURE. |
LGTM. Jenkins failure is irrelevant. |
Close #5485.
Merge #5615 first.