Unverified Commit 59df482d authored by Nicolas Hug's avatar Nicolas Hug Committed by GitHub
Browse files

[BC-breaking] remove normalize from save_image (#3324)

parent a3c0e67c
...@@ -115,7 +115,6 @@ def make_grid( ...@@ -115,7 +115,6 @@ def make_grid(
def save_image( def save_image(
tensor: Union[torch.Tensor, List[torch.Tensor]], tensor: Union[torch.Tensor, List[torch.Tensor]],
fp: Union[Text, pathlib.Path, BinaryIO], fp: Union[Text, pathlib.Path, BinaryIO],
normalize: bool = False,
format: Optional[str] = None, format: Optional[str] = None,
**kwargs **kwargs
) -> None: ) -> None:
......
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