We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 300a909 commit a1ec864Copy full SHA for a1ec864
torchvision/utils.py
@@ -29,7 +29,6 @@ def make_grid(
29
value_range: Optional[Tuple[int, int]] = None,
30
scale_each: bool = False,
31
pad_value: float = 0.0,
32
- **kwargs,
33
) -> torch.Tensor:
34
"""
35
Make a grid of images.
0 commit comments