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
Thanks. Can you make a PR and add your solution alognside the old one (like alternative way: ...) ? Make sure to modify the ktx files that are used to generate others.
I think learning pad function may be helpful and it is more dynamic
A=numpy.zeros([4,4])
print(numpy.pad(A,(1,1),"constant",constant_values=1))
The text was updated successfully, but these errors were encountered: