Skip to content

Commit

Permalink
[YDF] Fix Squared error loss
Browse files Browse the repository at this point in the history
When using squared error loss, the leaf values were incorrectly clamped (by default to -5, 5).
This clamping should not be the default.

PiperOrigin-RevId: 583376180
  • Loading branch information
rstz authored and copybara-github committed Nov 17, 2023
1 parent 74bec4b commit faaef9b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## HEAD

### Fix

Regression with Mean Squared Error loss and Mean Average error loss incorrectly
clamped the gradients, leading to incorrect predictions.

## 1.8.0 - 2023-11-15

### Features
Expand Down

0 comments on commit faaef9b

Please sign in to comment.