mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-07 00:13:17 +00:00
Increase max error tolerance for ConvTransposeGrad test (#17315)
This commit is contained in:
parent
ee9d046112
commit
38ea8c3931
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue