2023-10-05 06:43 AM
When I use multiple networks in one program, I get the following error
AI platform (API 1.1.0 - RUNTIME 8.1.0)
Discovering the network(s)...
Found network "network_fe"
Creating the network "network_fe"..
Initializing the network
E: AI error (ai_mnetwork_init) - type=0x30 code=0x13
2024-09-05 06:16 AM
just increase the heap and stack size from project manager, your model size maybe greater than the allotted size.
I had the same issue