Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix finetune RMSE and memory issue (#2860)
Fix #2472. The previous implementation tried to allocate a (N, N) array and the RMSE result was actually MAE instead. --------- Signed-off-by: Jinzhe Zeng <[email protected]> Signed-off-by: Han Wang <[email protected]> Co-authored-by: Han Wang <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information