-
-
Notifications
You must be signed in to change notification settings - Fork 654
Open
Labels
HacktoberfestPyDataGlobalPyData Global 2020 SprintPyData Global 2020 Sprintenhancementhelp wantedmodule: metricsMetrics moduleMetrics module
Description
🚀 Feature
Since this commit, the metrics have been disabled with xla device due to a performance regression.
ignite/ignite/metrics/metric.py
Lines 224 to 225 in 7bdf923
if torch.device(device).type == "xla": | |
raise ValueError("Cannot create metric on an XLA device. Use device='cpu' instead.") |
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.
Metadata
Metadata
Assignees
Labels
HacktoberfestPyDataGlobalPyData Global 2020 SprintPyData Global 2020 Sprintenhancementhelp wantedmodule: metricsMetrics moduleMetrics module