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
Currently, there isn't any integration test covering the KerasModelArtifact:
Similar to PR [CI] Include onnx artifact test on travis #726, add a unit test assuming keras and tensorflow pypi package installed, and create a BentoService with KerasModelArtifact, test the major functionalities including save, load, run inference
Currently, there isn't any integration test covering the
KerasModelArtifact
:./travis/run-keras-tests.sh
that runspip install keras==...
andpytest tests/test_xgboost_model_artifact.py ...
The text was updated successfully, but these errors were encountered: