You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upon running the test_model.py script, I get this error:
Running test case 1 / 10
Traceback (most recent call last):
File "test_model.py", line 41, in <module>
assert y_diff == 0, 'y_diff = %f' % y_diff
AssertionError: y_diff = 0.000188
For the vgg16 model:
Running test case 1 / 10
Traceback (most recent call last):
File "test_model.py", line 41, in <module>
assert y_diff == 0, 'y_diff = %f' % y_diff
AssertionError: y_diff = 0.000198
The text was updated successfully, but these errors were encountered:
ProGamerGov
changed the title
AssertionError: y_diff = 0.000188 when converting vgg19 model
AssertionError: y_diff = 0.000188 when converting vgg16 and vgg19 models
May 4, 2018
Upon running the test_model.py script, I get this error:
For the vgg16 model:
The text was updated successfully, but these errors were encountered: