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
And the image is stored on the GPU sideways. Seems like an unusual way of doing things. Any reasoning for this? Version 1.0.1 doesn't present this problem.
EDIT: Seems to happen on the example in the readme, too.
The text was updated successfully, but these errors were encountered:
The issue is the baboon-image module, and more broadly older ndarray modules which used (rows,columns). You can just transpose it for now (like Hugh suggests). I'm slowly working through the backlog of stuff to bring things in order with the new (width,height) convention.
My code looks like this:
And the image is stored on the GPU sideways. Seems like an unusual way of doing things. Any reasoning for this? Version
1.0.1
doesn't present this problem.EDIT: Seems to happen on the example in the readme, too.
The text was updated successfully, but these errors were encountered: