Closed NanmiaoWu closed 4 years ago
In ALS, XtX should be updated after the user loops. So, instead of in line 72 in https://github.com/STEllAR-GROUP/phylanx/blob/master/examples/algorithms/als/als_csv.cpp#L72, XtX should be moved to line 86, which is just above the item loops.
XtX
@NanmiaoWu would you be able to create a PR for this?
In ALS,
XtX
should be updated after the user loops. So, instead of in line 72 in https://github.com/STEllAR-GROUP/phylanx/blob/master/examples/algorithms/als/als_csv.cpp#L72, XtX should be moved to line 86, which is just above the item loops.