stochman icon indicating copy to clipboard operation
stochman copied to clipboard

Manifold.curve_energy does not support batching

Open ciliew opened this issue 4 years ago • 0 comments

Manifold.curve_energy should have a dim argument in the return statement, ie. line 47 return energy.sum() should be return energy.sum(dim= ... ).

ciliew avatar Feb 24 '22 10:02 ciliew