Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deprecated parameter names on transform_affine() #62

Open
skeydan opened this issue Sep 28, 2021 · 0 comments
Open

deprecated parameter names on transform_affine() #62

skeydan opened this issue Sep 28, 2021 · 0 comments
Labels
good first issue Good for newcomers

Comments

@skeydan
Copy link
Contributor

skeydan commented Sep 28, 2021

In PyTorch, resample and fill_color parameter names to transform_affine() have been deprecated, and will be removed in the next version.

To be replaced by interpolation_mode (an enum, not an integer), and fill, resp.

See https://pytorch.org/vision/stable/_modules/torchvision/transforms/functional.html#affine.

@skeydan skeydan added the good first issue Good for newcomers label Sep 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant