You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, there is some issue with tensorflow in the image, e.g.
root@cd50204bcf68:/drp-ai_tvm# python3
Python 3.8.10 (default, Mar 13 2023, 10:26:41)
[GCC 9.4.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import tensorflow
[libprotobuf ERROR external/com_google_protobuf/src/google/protobuf/descriptor_database.cc:560] Invalid file descriptor data passed to EncodedDescriptorDatabase::Add().
[libprotobuf FATAL external/com_google_protobuf/src/google/protobuf/descriptor.cc:1986] CHECK failed: GeneratedDatabase()->Add(encoded_file_descriptor, size):
terminate called after throwing an instance of 'google::protobuf::FatalException'
what(): CHECK failed: GeneratedDatabase()->Add(encoded_file_descriptor, size):
qemu: uncaught target signal 6 (Aborted) - core dumped
Aborted
Any suggestion to resolve this?
The text was updated successfully, but these errors were encountered:
Hello Jotham-san,
Our tool works only with Intel-based Linux and it does not support Apple M1-based environments.
This problem may be caused by the difference between the Intel and M1 environments, so I'm sorry, but could you try it in intel-based environment?
Hello
I built and run the image as described, with small modifications for mac M1 host and V2L target
DRP-AI Translator is v1.82 (https://www.renesas.com/us/en/products/microcontrollers-microprocessors/rz-arm-based-high-end-32-64-bit-mpus/drp-ai-translator)
However, there is some issue with tensorflow in the image, e.g.
Any suggestion to resolve this?
The text was updated successfully, but these errors were encountered: