回答編集履歴
1
追記
answer
CHANGED
@@ -4,4 +4,12 @@
|
|
4
4
|
[0.7.3](https://github.com/Lightning-AI/metrics/blob/v0.7.3/torchmetrics/functional/__init__.py)
|
5
5
|
にはありますが、
|
6
6
|
[0.8.0](https://github.com/Lightning-AI/metrics/blob/v0.8.0/torchmetrics/functional/__init__.py)
|
7
|
-
にはありません
|
7
|
+
にはありません
|
8
|
+
|
9
|
+
|
10
|
+
【追記】
|
11
|
+
torchmetrics.functional.iou
|
12
|
+
から
|
13
|
+
torchmetrics.functional.jaccard_index
|
14
|
+
に、名前が変わったようです
|
15
|
+
[rename IoU -> Jaccard Index #662](https://github.com/Lightning-AI/metrics/pull/662/commits/2e96b03de0e0b3a8ddb5010df1df9f5e3197238b)
|