Closed evgenii-nikishin closed 4 years ago
Right now, two_phase_solve assumes that param_func's output and init_xs argument are vector-valued. Could you please allow them to be represented as trees (e.g. if init_xs is NN params)?
param_func
init_xs
Resolved in #34
Right now, two_phase_solve assumes that
param_func
's output andinit_xs
argument are vector-valued. Could you please allow them to be represented as trees (e.g. ifinit_xs
is NN params)?