From 0ab30edbfac5e3ac2f571ce9e7ed981ecfbb1895 Mon Sep 17 00:00:00 2001 From: MRXLT Date: Tue, 9 Jun 2020 03:47:09 +0000 Subject: [PATCH] update code --- python/examples/bert/bert_client.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/python/examples/bert/bert_client.py b/python/examples/bert/bert_client.py index b72d17f1..362ac679 100644 --- a/python/examples/bert/bert_client.py +++ b/python/examples/bert/bert_client.py @@ -14,15 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -import os import sys -import numpy as np -import paddlehub as hub -import ujson -import random -import time -from paddlehub.common.logger import logger -import socket from paddle_serving_client import Client from paddle_serving_client.utils import benchmark_args from paddle_serving_app.reader import ChineseBertReader -- GitLab