Skip to content

Commit

Permalink
mdmc_average -> multidim_average
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjstewart committed Jul 6, 2023
1 parent fc689ca commit e42efc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchgeo/trainers/segmentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ class and used with 'ce' loss
MulticlassAccuracy(
num_classes=self.hyperparams["num_classes"],
ignore_index=self.ignore_index,
mdmc_average="global",
multidim_average="global",
average="micro",
),
MulticlassJaccardIndex(
Expand Down

0 comments on commit e42efc6

Please sign in to comment.