Neural network engineering built with CubeAI 7.10, and then initialized in MDK5 to error(type=33)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-07-21 8:16 AM
I built the LSTM network with keras 2.6.0 and generated the MDK project with CubeAI 7.10. However, in running the program AIInit() reported an error with an error type of 33.Do you know what the problem is? Thank you very much!
- Labels:
-
X-CUBE-AI
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-07-22 1:35 AM
Doesn't the documentation of that function tell you what error codes it can return, and why?
Also try a 'Go To Definition' on AI_ERROR_NONE - there you should also find the definitions of other error codes ...
A complex system designed from scratch never works and cannot be patched up to make it work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-07-22 2:04 AM
I looked at the meaning of the error type. This is (AI_ERROR_CREATE_FAILED), but there is no documentation telling me how to solve this problem. I wouldn't have this problem with CubeAI 6.0.If you know where to help documentation or workarounds, please let me know. Thank you very much!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-07-22 2:08 AM
so now you can look at the source of that function, and see where that code is returned.
that'll tell you what it was trying to create; should also show why it failed.
A complex system designed from scratch never works and cannot be patched up to make it work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-07-22 2:16 AM
I've been using GO TO define refe's method to locate the error. But when it comes to this API, it appears undefine.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-07-22 2:28 AM
Try stepping into it, then.
A complex system designed from scratch never works and cannot be patched up to make it work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-07-22 2:39 AM
I can't get into this function. But I found that the value of the (AI_NETWORK_DATA_CONFIG) parameter generated by CubeAI7.1 is NULL. This is also the input parameter of this function. Could it be a problem here. Do you have a reference document for reporting errors, thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-07-22 3:11 AM
@JZhou.6 "I can't get into this function"
How do you mean?
Are you sure that's the one returning the error?
"Do you have a reference document"
Here?
A complex system designed from scratch never works and cannot be patched up to make it work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-07-22 5:05 AM
Thank you�?I have also checked a lot of documents, and I have not seen the error analysis.
