-
Monitor was always enabled causing performance degradation (#5633)
发布于
2024-06-12 16:33:18 +00:00 The Boolean expression for the monitor to be enabled was incorrect, as
instead of using theenabledfield, it used the comet configuration
object, making the expression always True.This caused performance degradation (we've observed ~10% drop) as it
erroneously invoked the events logging flow along with the expensive
calculation ofloss.mean().item().Co-authored-by: Olatunji Ruwase olruwase@microsoft.com
Co-authored-by: Logan Adams 114770087+loadams@users.noreply.github.com下载附件