Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
loose rtol for fc cpp test
Browse files Browse the repository at this point in the history
  • Loading branch information
TaoLv committed Feb 11, 2020
1 parent b374889 commit 2393889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cpp/operator/mkldnn_operator_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -986,7 +986,7 @@ void TestFullyConnectedOp(const OpAttrs &forward_attrs, const OpAttrs &backwards
Context(), backwards_attrs.attrs, backwards_input, backwards_ex_outputs,
back_req, DispatchMode::kFComputeEx, mxnet::OpStatePtr());
Engine::Get()->WaitForAll();
AssertEqual(backwards_outputs, backwards_ex_outputs, 1e-5, 1e-6);
AssertEqual(backwards_outputs, backwards_ex_outputs, 1e-4, 1e-6);
}
}
}
Expand Down

0 comments on commit 2393889

Please sign in to comment.