From efff2bb8a3f1a92116f69499b918e144ace5ac13 Mon Sep 17 00:00:00 2001 From: MRXLT Date: Thu, 14 May 2020 11:42:33 +0800 Subject: [PATCH] fix code --- python/examples/imdb/test_ensemble_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/examples/imdb/test_ensemble_client.py b/python/examples/imdb/test_ensemble_client.py index e3723caa..6cafb338 100644 --- a/python/examples/imdb/test_ensemble_client.py +++ b/python/examples/imdb/test_ensemble_client.py @@ -14,7 +14,7 @@ # pylint: disable=doc-string-missing from paddle_serving_client import Client -from paddle_serving_app import IMDBDataset +from imdb_reader import IMDBDataset client = Client() # If you have more than one model, make sure that the input -- GitLab