What is Fused spatial transforms? #2440
Replies: 1 comment 3 replies
-
Hi @Jingnan-Jia, some good questions!
Lastly, I've been working on trying to harmonise our transforms so that they'll all accept |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
From this docs:
I found that some transforms could be accelerated by GPU, like affine.
One of the reason is that this transform could receive
torch.tensor
as the input. But a great number of other transforms only receivenumpy.Array
as the input, which means that they can not be accelerated by GPU.My question is:
Beta Was this translation helpful? Give feedback.
All reactions