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

[Bug] outer_product() get automatically truncated from v0.6.16 #1460

Closed
gmh14 opened this issue Jul 11, 2020 · 2 comments · Fixed by #1461
Closed

[Bug] outer_product() get automatically truncated from v0.6.16 #1460

gmh14 opened this issue Jul 11, 2020 · 2 comments · Fixed by #1461
Labels
potential bug Something that looks like a bug but not yet confirmed

Comments

@gmh14
Copy link

gmh14 commented Jul 11, 2020

From v0.6.16, the outer_product() operation will automatically truncate the output tensor. See results below,

Screenshot 2020-07-11 at 14 37 57

The result should be [[4., 5.], [8., 10.], [12., 15.]] in this case. I have also tested it on v0.6.17, and the problem still exists.

I am not sure if it is a proper change of the default behavior of outer_product(). Please check it out if it is an unintended bug. Thanks!

@gmh14 gmh14 added the potential bug Something that looks like a bug but not yet confirmed label Jul 11, 2020
@archibate
Copy link
Collaborator

Thank for the patient test! I'm working on this right now..

@gmh14
Copy link
Author

gmh14 commented Jul 11, 2020

Thanks for your swift response! Seems that is the reason!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
potential bug Something that looks like a bug but not yet confirmed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants