-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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] concat([x], axis=1)
return random results
#11895
Comments
I tried the sample code to reproduce, but get bellow error:
|
I doubled checked that but I can still reproduce it (in the commit version I attached which is very recent). I think the operators used here are very common that it is not likely to be not registering them. You can try more recent TVM if you want to reproduce it. |
@shtinsa Can you take a look? |
Hello, the fix is in this PR: #11907 |
Expected behavior
op_res
should be same as[[6], [5]]
.Actual behavior
1st try:
2nd try:
3rd try:
Environment
ed638ef on Ubuntu 20.04.
cc: @masahi
The text was updated successfully, but these errors were encountered: