Skip to content

Commit

Permalink
switch to correct ignore attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
maximsch2 authored Apr 15, 2021
1 parent 124116e commit 16a642e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchmetrics/metric.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class Metric(nn.Module, ABC):
will be used to perform the allgather.
"""

__jit_unused_properties__ = ["is_differentiable"]
__jit_ignored_attributes__ = ["is_differentiable"]

def __init__(
self,
Expand Down

0 comments on commit 16a642e

Please sign in to comment.