Skip to content

Commit

Permalink
float threshold for training
Browse files Browse the repository at this point in the history
  • Loading branch information
tianleiwu committed Mar 18, 2024
1 parent 5e2a247 commit 8a7d43a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onnxruntime/test/providers/checkers.cc
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ struct DefaultTolerance<double> {
template <>
struct DefaultTolerance<float> {
#if defined(ENABLE_TRAINING)
static constexpr float absolute = 1e-4f;
static constexpr float absolute = 1e-3f;
#else
static constexpr float absolute = 1e-5f;
#endif
Expand Down

0 comments on commit 8a7d43a

Please sign in to comment.