Closed Timoeller closed 3 years ago
I see three failing tests because of two problems:
I suggest the following change:
except (AssertionError, RuntimeError):
I suggest the following change:
assert np.isclose(result[0]["predictions"][0][0]["probability"], 0.124, rtol=0.05)
Hooray! Thanks for this, no longer needing to keep an old version of torch around is really convenient :)
fixes #766