Closed gdwei closed 4 years ago
Yes, I also think you may need to modify 'emd_cudda.cu': line 97 (you may want to decrease 'batch') line 98, 120-122, 127-128, 142-144, 146, 221-223, 287-289, 291-293, 295-297.
Yes, I also think you may need to modify 'emd_cudda.cu': line 97 (you may want to decrease 'batch') line 98, 120-122, 127-128, 142-144, 146, 221-223, 287-289, 291-293, 295-297.
Thanks a lot.
Great work and thanks for sharing the code!
I am wondering how to modify your code to work with points in a 4 dim space, i.e. points with shape [#batch, #points, 4].
It seems that I only need to modify some lines in, but since I do not fimilar with cuda programming at all,
it will be appreciated if you can give me some detail advises!