MachineLearningLifeScience / stochman

Algorithms for computations on random manifolds made easier
Apache License 2.0
85 stars 11 forks source link

Support general tensors in nnj #1

Closed sorenhauberg closed 2 years ago

sorenhauberg commented 2 years ago

stochman.nnj currently assume that the inputs are vectors (or batches thereof). NNJ should support the standard dimension conventions applied by pytorch.nn, which will open the gates to convolutions and similar operators that are currently missing from stochman.nnj.