Skip to content

Commit

Permalink
increase loss size
Browse files Browse the repository at this point in the history
  • Loading branch information
sachiniyer committed Nov 10, 2023
1 parent e29826b commit 2bb31e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/src/model.rs
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ mod tests {
(0.1, 0.1),
);
let loss = model.train1d(input, target);
assert!(crate::util::approximate_equal(loss, 50.0, Some(100.0)))
assert!(crate::util::approximate_equal(loss, 50.0, Some(200.0)))
}

#[test]
Expand Down

0 comments on commit 2bb31e7

Please sign in to comment.