Posts tagged "python"
-
numpy/core/_multiarray_umath.cpython-35m-arm-linux-gnueabihf.so: undefined symbol: cblas_sgemm - Raspberry Pi
Raspberry Pi fix for NumPy cblas_sgemm errors while running TensorFlow and Custom Vision models, covering cleanup and reinstall of python3-numpy.
-
Multiple TensorFlow Graphs from Cognitive Services - Custom Vision Service
Run several exported Custom Vision Service models in one Python application by calling tf.reset_default_graph after each loaded session is saved.
-
Communicating between Python and .NET Core with Boost Interprocess
Example of cross-language communication between Python and .NET Core using Boost.Interprocess, Boost.Python, Boost.Signals2, shared memory, and PInvoke.