Replies: 1 comment
-
See this issue and the corresponding PR to enable this functionality: #2460. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm looking at the various pad transforms that end up using
np.pad
such asSpacialPad
. I can set themode="constant"
but how do I provide the constant value to use?np.pad
has aconstant_values
param but I don't see that getting set inSpacialPad
Beta Was this translation helpful? Give feedback.
All reactions