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(
value_range: Optional[Tuple[int, int]] = None,
scale_each: bool = False,
pad_value: float = 0.0,
**kwargs,
) -> torch.Tensor:
"""
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