Skip to content

Commit

Permalink
Merge pull request #254 from SunYatong/2.0.0
Browse files Browse the repository at this point in the history
TimeSVD delta_loss fix
  • Loading branch information
SunYatong committed Apr 28, 2018
2 parents c776650 + 74114d6 commit 22eba95
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,7 @@ protected void trainModel() throws LibrecException {

if (isConverged(iter))
break;
updateLRate(iter);
}
}

Expand Down

0 comments on commit 22eba95

Please sign in to comment.