"torchvision/git@developer.sourcefind.cn:OpenDAS/vision.git" did not exist on "6f0131aeadb69720bda6caee611e812737ad4465"
Unverified Commit a1ec864a authored by Philip Meier's avatar Philip Meier Committed by GitHub
Browse files

remove unused kwargs from make_grid (#7613)

parent 300a9092
...@@ -29,7 +29,6 @@ def make_grid( ...@@ -29,7 +29,6 @@ def make_grid(
value_range: Optional[Tuple[int, int]] = None, value_range: Optional[Tuple[int, int]] = None,
scale_each: bool = False, scale_each: bool = False,
pad_value: float = 0.0, pad_value: float = 0.0,
**kwargs,
) -> torch.Tensor: ) -> torch.Tensor:
""" """
Make a grid of images. Make a grid of images.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment