simpleICP icon indicating copy to clipboard operation
simpleICP copied to clipboard

Backpropagation in Python

Open smiles724 opened this issue 3 years ago • 1 comments

Hi, thanks for the implementation!

I hope to adopt your algorithm in a deep learning framework, which requires backpropagation in Pyotrch. Nevertheless, your algorithm is written in numpy. I suppose it does not accumulate the gradients and cannot be used in deep learning projects?

smiles724 avatar Oct 11 '22 08:10 smiles724

Hi, I am highly interested in porting simpleICP to PyTorch. However, I'm not very familiar with PyTorch so I need to start from the very basics first.

pglira avatar Oct 13 '22 05:10 pglira