We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In PyTorch, resample and fill_color parameter names to transform_affine() have been deprecated, and will be removed in the next version.
resample
fill_color
transform_affine()
To be replaced by interpolation_mode (an enum, not an integer), and fill, resp.
interpolation_mode
fill
See https://pytorch.org/vision/stable/_modules/torchvision/transforms/functional.html#affine.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In PyTorch,
resample
andfill_color
parameter names totransform_affine()
have been deprecated, and will be removed in the next version.To be replaced by
interpolation_mode
(an enum, not an integer), andfill
, resp.See https://pytorch.org/vision/stable/_modules/torchvision/transforms/functional.html#affine.
The text was updated successfully, but these errors were encountered: