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
I am running my detector on gvsoc targeting gapuino - GAP8_V3.
I can get the cycles and Op/cycles statistics for each fused layer.
From these statistics how can i estimate the inference latency and the power consumption for a single inference?
Is there datasheet to get the energy/OP, latency/OP and so on?
Thank you.
The text was updated successfully, but these errors were encountered:
For the latency, you just need to do: X cycles/ frequency you configued.
Since you can change the frequency, voltage of the chip different domain, it's not possible to estimate the power consumption, and having energy/OP, except measure with different frequency and voltage.
@Yaooooo Thank you for the reply.
In my common.mk i have the following which shows different frequency components. Out of these which one should i use?
Is it 250 or 175 that i use?
Hi,
I am running my detector on gvsoc targeting gapuino - GAP8_V3.
I can get the cycles and Op/cycles statistics for each fused layer.
From these statistics how can i estimate the inference latency and the power consumption for a single inference?
Thank you.
The text was updated successfully, but these errors were encountered: