Skip to content

Commit

Permalink
Increase max error tolerance for ConvTransposeGrad test (microsoft#17315
Browse files Browse the repository at this point in the history
)
  • Loading branch information
baijumeswani authored Aug 29, 2023
1 parent ee9d046 commit 38ea8c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orttraining/orttraining/test/gradient/gradient_ops_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3045,7 +3045,7 @@ void ConvTransposeGradientCheckerTest(std::vector<std::unique_ptr<IExecutionProv
GradientChecker<float, float, float> gradient_checker;
OpDef op_def{"ConvTranspose"};

float error_tolerance = 1e-1f;
float error_tolerance = 3e-1f;

// 1D convolution
{
Expand Down

0 comments on commit 38ea8c3

Please sign in to comment.