Skip to content

Commit 996575e

Browse files
Fix a typo (#495)
Replcae accross with across
1 parent 9947bea commit 996575e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ cam_metric = ROADMostRelevantFirst(percentile=75)
171171
scores, perturbation_visualizations = cam_metric(input_tensor,
172172
grayscale_cams, targets, model, return_visualization=True)
173173

174-
# You can also average accross different percentiles, and combine
174+
# You can also average across different percentiles, and combine
175175
# (LeastRelevantFirst - MostRelevantFirst) / 2
176176
from pytorch_grad_cam.metrics.road import ROADMostRelevantFirstAverage,
177177
ROADLeastRelevantFirstAverage,

0 commit comments

Comments
 (0)