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
When there are multiple metrics, the DCGM API may return -1 values for some metrics. In general, most metrics use max as the default aggregator function while our FP32 metric use mean. It will introduce wrong values when DCGM returns -1. Update the FP32 aggregator function to fix this.