8000 Support orthogonal embedding initialization by toslunar · Pull Request #6031 · chainer/chainer · GitHub
[go: up one dir, main page]

Skip to content
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

Merged
merged 6 commits into from
May 9, 2019

Conversation

toslunar
Copy link
Member

Close #5485.

Merge #5615 first.

@toslunar toslunar added cat:feature Implementation that introduces new interfaces. st:blocked-by-another-pr State indicating that another ticket is preventing this ticket from being closed/merged. labels Jan 18, 2019
@hvy
Copy link
Member
hvy commented Jan 21, 2019

@beam2d Could you take a look at this one as well?

@toslunar toslunar removed the st:blocked-by-another-pr State indicating that another ticket is preventing this ticket from being closed/merged. label Jan 25, 2019
@toslunar toslunar requested a review from beam2d January 25, 2019 07:43
if (in_dim > out_dim and self._checks[0]) or (
in_dim < out_dim and self._checks[1]):
raise ValueError(
'Cannot make orthogonal {}.'
Copy link
Member
@beam2d beam2d May 9, 2019

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.

@beam2d
Copy link
Member
beam2d commented May 9, 2019

Jenkins, test this please.

@pfn-ci-bot
Copy link
Collaborator

Successfully created a job for commit c5e6c18:

1 similar comment
@pfn-ci-bot
Copy link
Collaborator

Successfully created a job for commit c5e6c18:

@chainer-ci
Copy link
Member

Jenkins CI test (for commit c5e6c18, target branch master) failed with status FAILURE.

@beam2d
Copy link
Member
beam2d commented May 9, 2019

LGTM. Jenkins failure is irrelevant.

@beam2d beam2d merged commit 63160ca into chainer:master May 9, 2019
@beam2d beam2d added this to the v7.0.0a1 milestone May 9, 2019
@toslunar toslunar deleted the orthogonal-dims branch May 9, 2019 10:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cat:feature Implementation that introduces new interfaces.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Orthogonal initializer dimensions error
5 participants
0