Comment on The dangers behind image resizing (2021)Comments−WithinReason3ytorch.nn.functional.interpolate has an "antialias" switch that's off by default−qwertyforceOP3yIt seems it was introduced after 1.9.0https://pytorch.org/docs/1.9.0/generated/torch.nn.functional...−WithinReason3yYou're right, looks like it was added with 1.11 on March 10, 2022. Seems like an important feature to miss so long!
Comments
torch.nn.functional.interpolate has an "antialias" switch that's off by default
It seems it was introduced after 1.9.0
https://pytorch.org/docs/1.9.0/generated/torch.nn.functional...
You're right, looks like it was added with 1.11 on March 10, 2022. Seems like an important feature to miss so long!