You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.
So I wish to change the interpolation argument when using the resize() function in the transforms interface. The current default seems to be transforms.InterpolationMode.BOX. But as I supplied transforms.InterpolationMode.BICUBIC, it raised error saying that this object is undefined. So how should I change the interpolation when using resize()? Is this functionality currently supported? Thanks!!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Area Select
react-native-pytorch-core (core package)
Description
Hi,
So I wish to change the interpolation argument when using the resize() function in the transforms interface. The current default seems to be
transforms.InterpolationMode.BOX
. But as I suppliedtransforms.InterpolationMode.BICUBIC
, it raised error saying that this object is undefined. So how should I change the interpolation when using resize()? Is this functionality currently supported? Thanks!!The text was updated successfully, but these errors were encountered: