We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b7ac72 commit c6a24fdCopy full SHA for c6a24fd
1 file changed
onnx/backend/test/case/model/__init__.py
@@ -47,7 +47,7 @@ def collect_testcases(): # type: () -> List[TestCase]
47
48
model_tests = [
49
('test_bvlc_alexnet', 'bvlc_alexnet', 1e-3, 1e-7),
50
- ('test_densenet121', 'densenet121', 1e-3, 1e-7),
+ ('test_densenet121', 'densenet121', 2e-3, 1e-7),
51
('test_inception_v1', 'inception_v1', 1e-3, 1e-7),
52
('test_inception_v2', 'inception_v2', 1e-3, 1e-7),
53
('test_resnet50', 'resnet50', 1e-3, 1e-7),
0 commit comments