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
Currently padding_mode is a string: "constant", "edge", "reflect", "symmetric" and in the codebase we already have enums like InterpolationMode and others in prototype space.
Let's create an enum for padding mode and convert the type into it while keeping BC by supporting string values.