Clément Pinard
Clément Pinard
Like you would visualize a 4D tensor ... So there is no definitive answer, my best guess woud be to choose a particular shift position and use a standard colormap...
Can you post a replication script and an output sample as well ? I agree with you that your parameter seem good and should produce the same result, as long...
- kernel is the radius of area used for computing correlation. It is very similar to convolution kernel, since it's a weighted sum of the neighbourhood of a particular point,...
Hi, not an owner of GTX3090 so I will struggle to help you properly, but you can have a look at this issue : #61 From what I understood, the...
Ah yes, sorry, I didn't update the pypi repo yet. I'll do it as soon as possible.
Hello, thank you for this nice addition ! Care to make a small PR ? That would add you as contributors of this project. Slight comment about the code is...
Sorry, I don't have multi-GPU so i can only test with a single GPU. There has already be some issues with multi-gpu in the past, and since the code should...
Hi, unfortunately no, I still couldn't get my hands on a multi-gpu rig, so I can't test the problem.
First direction I'd go is to try the official extension cpp example and see if this works. - https://pytorch.org/tutorials/advanced/cpp_extension.html - https://github.com/pytorch/extension-cpp Then after that, if everything goes well for official...
Ok, thanks for working on this issue ! is there a way to make sure that the output is created on the same device as the input ? Is this...