Skip to content

AbstractModel: Dynamically initialize attr

Gordian Edenhofer requested to merge better_re_model_init into NIFTy_8

Initialize _init, _target, and _linear_transpose within the corresponding method if they are not present.

Furthermore, add some comments on how AbstractModel should be extended to a custom JAX type once JAX features easier python convenience method to do so.

Merge request reports