Re: Wow
Plus running the python interpreter on hardware that is a fair bit slower than commodity x86 seems wasteful.
The Jetson Nano (and Raspberry Pi) are great, don't get me wrong, however it seems to be poor utilization of their limited resources by running non-native code on them.
The Python and C++ APIs are also fairly identical (The Python API is just a fat binding ontop of the C++ one). I am not sure why those smart AI scientists would find it difficult frankly.