pytorch/ignite

Tracking the metrics with performance gaps on XLA

已关闭

#2,109 创建于 2021年7月14日

 (2 条评论) (0 个反应) (0 位负责人)Python (602 个派生)batch import
HacktoberfestPyDataGlobalenhancementhelp wantedmodule: metrics

仓库指标

星标
 (4,313 个星标)
PR 合并指标
 (平均合并 18天 23小时) (30 天内合并 19 个 PR)

描述

🚀 Feature

Since this commit, the metrics have been disabled with xla device due to a performance regression.

https://github.com/pytorch/ignite/blob/7bdf92322a15ba0bea71ad76f3f785b7ea5907c3/ignite/metrics/metric.py#L224-L225

To solve this, it would be interesting to track which metrics work fine and which have lack of performance. Thus, we could think about more specific enable / disable process.

贡献者指南