We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e795995 commit 4c8661dCopy full SHA for 4c8661d
tests/run_pretrained_models.py
@@ -84,7 +84,7 @@ class Test(object):
84
target = []
85
86
def __init__(self, url, local, make_input, input_names, output_names,
87
- disabled=False, more_inputs=None, rtol=0.01, atol=0.,
+ disabled=False, more_inputs=None, rtol=0.01, atol=1e-6,
88
check_only_shape=False, model_type="frozen", force_input_shape=False,
89
skip_tensorflow=False):
90
self.url = url
0 commit comments