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
Hi, it seems there is something wrong in profiling. Maybe you could debug the benchmark model by running command like this:
# push the model to device
adb [-s <device-serial>] push <path-of-your-model><remote-model-path-to-push># run the benchmark model
adb [-s <device-serial>] shell <path-of-your-benchmark-model> --num_threads=1 --num_runs=50 --warmup_runs=10 --graph=<remote-model-path> --enable_op_profiling=true --use_gpu=false
if the benchmark model works well, there will be messages containing latency of each node, and summary message like this:
Hi,
when I profile the gpu latency on Snapdragon888+ with tf2.7 benchmark_model you provided, the latency seems to be always zero. Is there any idea?
Thank you in advance!
The text was updated successfully, but these errors were encountered: