yhtang / FunFact

Tensor decomposition with arbitrary expressions: inner, outer, elementwise operators; nonlinear transformations; and more.
Other
57 stars 4 forks source link

Redesign of the gradient descent loop #226

Closed yhtang closed 2 years ago

yhtang commented 2 years ago

Uses a driver+plugin pattern to simplify the insertion of user-defined actions to the factorization process. These custom actions/plugins can be used for monitoring/debugging/logging purposes.

Can be used to implement #225.