CircleSpin commented on a change in pull request #7674:
URL: https://github.com/apache/tvm/pull/7674#discussion_r596318634
##########
File path: tests/python/driver/tvmc/test_frontends.py
##########
@@ -115,26 +115,38 @@ def test_load_model__tflite(tflite_mobilenet_v1_1_quant):
assert "_param_1" in params.keys()
-def test_load_model__keras(keras_resnet50):
+def verify_load_model__keras(model, **kwargs):
# some CI environments wont offer TensorFlow/Keras, so skip in case it is
not present
pytest.importorskip("tensorflow")
- mod, params = tvmc.frontends.load_model(keras_resnet50)
+ mod, params = tvmc.frontends.load_model(model)
Review comment:
whoops thanks for catching that
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]