Skip to content

Commit

Permalink
Fix a typo in visualizer.py (#1476)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anm-pinellia authored Jan 23, 2024
1 parent 3d8a611 commit 396cac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mmengine/visualization/visualizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -961,7 +961,7 @@ def draw_featmap(featmap: torch.Tensor,
if topk <= 0, tensor_chw is assert to be one or three.
Defaults to 20.
arrangement (Tuple[int, int]): The arrangement of featmap when
channel_reduction is not None and topk > 0. Defaults to (4, 5).
channel_reduction is None and topk > 0. Defaults to (4, 5).
resize_shape (tuple, optional): The shape to scale the feature map.
Defaults to None.
alpha (Union[int, List[int]]): The transparency of featmap.
Expand Down

0 comments on commit 396cac1

Please sign in to comment.