You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hello,
when I use the following command to run the yolo example with nvdla small config, there is a Floating point exception and the example failed: ./tm_yolox_opendla -m /home/ubuntu/tftproot/yolox_nano_relu_int8.tmfile -i /home/ubuntu/tftproot/dog.jpg -r 1
the last printf messages are:
libnvdla<3> tb-25 for tsd-25 for e-29 with NVDLA_FEATURE_DATA_INT8
libnvdla<3> tb-28 for tsd-28 for e-8 with NVDLA_FEATURE_DATA_INT8
libnvdla<3> tb-29 for tsd-29 for e-9 with NVDLA_FEATURE_DATA_INT8
libnvdla<3> tb-30 for tsd-30 for e-11 with NVDLA_FEATURE_DATA_INT8
libnvdla<3> tb-31 for tsd-31 for e-10 with NVDLA_FEATURE_DATA_INT8
./run_yolo.sh: line 1: 1670 Floating point exception./tm_yolox_opendla -m /home/ubuntu/tftproot/yolox_nano_relu_int8.tmfile -i /home/ubuntu/tftproot/dog.jpg -r 1
root@arm:/home/ubuntu/wrk/Tengine/build2/examples#
The other example shown in the Readme seem to be ok.
The text was updated successfully, but these errors were encountered:
hello,
when I use the following command to run the yolo example with nvdla small config, there is a Floating point exception and the example failed:
./tm_yolox_opendla -m /home/ubuntu/tftproot/yolox_nano_relu_int8.tmfile -i /home/ubuntu/tftproot/dog.jpg -r 1
the last printf messages are:
The other example shown in the Readme seem to be ok.
The text was updated successfully, but these errors were encountered: