Open Bawaw opened 4 years ago
Hi @Bawaw ,
Thanks a lot for your very kind comments! This is clearly a bug, caused by the way KeOps handles batch computations: I have been very busy over the last few days and will try to fix it soon.
Until then, you may be interested by this note on backpropagating through symmetric functions as well as this short LDDMM implementation with PyTorch. Parts of it are a bit obsolete (the toolbox was written before the introduction of the LazyTensor syntax by @joanglaunes or the development of GeomLoss), but it could help you to write quickly an efficient pipeline.
Needless to say, even if we won't be able to meet again in the next few months, I'm always available for a discussion through Skype/Zoom: feel free to send me an e-mail if you have questions related to your project, or just for a chat :-) Best regards, Jean
Hi KeOps team!
Thanks for the awesome library, I've been using it for a while now and it has made my life a lot easier :).
However, I'm currently having trouble getting the following code to work:
It results in the error "RuntimeError: shape '[4, 1000, 3]' is invalid for input of size 3000" (I'll provide the full stack trace below) which seems like a bug to me? Or has this simply not been implemented yet?
ps: congratulations on finishing your PhD Jean, I found your thesis very insightful!
Kind regards, Balder