Changes between Version 15 and Version 16 of venice/npu


Ignore:
Timestamp:
08/17/2024 12:05:10 AM (5 weeks ago)
Author:
Tim Harvey
Comment:

comment the label_image results for clarity

Legend:

Unmodified
Added
Removed
Modified
  • venice/npu

    v15 v16  
    164164{{{#!bash
    165165$ cd /usr/bin/tensorflow-lite-2.15.0/examples
    166 $ python3 label_image.py
    167 $ python3 label_image.py -e /usr/lib/libvx_delegate.so
     166$ python3 label_image.py # without NPU acceleration
     167$ python3 label_image.py -e /usr/lib/libvx_delegate.so # with NPU accerlation via the libvx_delegate external TensorFlow delegate
    168168}}}
    169169