-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Multiple infer output must have the same size ? #2170
Comments
I have met the same problem. I will try to fix this. |
Any update on this? I have met the same problem |
I remember I was able to input numpy nd array as input, and it no longer works. I get /py_paddle/dataprovider_converter.py", line 112, in pre_scan
self.__dim__ = reduce(lambda x, y: x * y, self.__shape__)
TypeError: reduce() of empty sequence with no initial value
Error |
Thanks. Yes I have the exact same problem. Could anyone look into this ?
… On Jun 26, 2017, at 7:34 PM, Cao Ying ***@***.***> wrote:
Hi, @juliecbd <https://github.com/juliecbd> Another user has reported the same bug: #2564 <#2564>.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#2170 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AbSLuD4bJIoaUgb3u4xoKk8Iqyj8u6PIks5sIGpCgaJpZM4NdDC4>.
|
@juliecbd I will look into this, Thank you. |
Close this issue for related PR has been closed. Please feel free to reopen it. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
related to issue #2107 In paddle.infer, it concatenate different output of the same field as follow:
Why you need to concatenate it ? Can it be done with a 2 d list or a list of dictionary ? So that you don't need to require the shape of each output to be exactly the same ?
@reyoung
The text was updated successfully, but these errors were encountered: