Advertisement
RobertBerger

Untitled

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