Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- root@e1cb909b87f4:/# CelebFaceMatcher.py
- Traceback (most recent call last):
- File "/usr/bin/CelebFaceMatcher.py", line 11, in <module>
- import tflite_runtime.interpreter as tflite
- ModuleNotFoundError: No module named 'tflite_runtime'
- root@e1cb909b87f4:/# cd /
- root@e1cb909b87f4:/# find | grep tflite
- ./usr/share/label_image/mobilenet_v1_1.0_224_quant.tflite
- ./usr/lib/python3.9/site-packages/tensorflow/lite/python/tflite_convert.py
- ./usr/lib/python3.9/site-packages/tensorflow/lite/python/__pycache__/tflite_convert.cpython-39.pyc
- ./usr/sbin/tflite_convert
- root@e1cb909b87f4:/#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement