-
Notifications
You must be signed in to change notification settings - Fork 133
SIGABRT on matmul() #885
Comments
This issue was submitted in JIRA by Artiom Bastun here: https://bugs.swift.org/projects/TF/issues/TF-1230. Moving from JIRA to Github Issues as much as possible for the project. |
Followup comment from Artiom Bastun: I managed to get around this with
I guess it's the same issue like this one microsoft/homebrew-mssql-release#18 |
I get the same error even with applying the said work-around. Problem persist on both release and developer versions of S4TF
|
After continued tinkering, it seems that there is issues when predefining a tensor with its shape. If I create the same tensor and specifying the shape
the code works. I'm not sure if this is a bug with tensorflow or its just how it works. |
Could you please share details on how you reproduced an error for this program? |
libc++abi.dylib: terminating with uncaught exception of type Xbyak::Error: can't protect
I got this error on matmul using example from git repo readme with additional row in input data
The text was updated successfully, but these errors were encountered: