The following Python code will process the data `test_data/part-0` and write to the `processed.data` file.
[//file]:process.py
[//file]:#process.py
``` python
fromimdb_readerimportIMDBDataset
imdb_dataset=IMDBDataset()
...
...
@@ -60,7 +60,7 @@ exit
Run the following Python code on the host computer to start client. Make sure that the host computer is installed with the `paddle-serving-client` package.
[//file]:ab_client.py
[//file]:#ab_client.py
``` python
frompaddle_serving_clientimportClient
...
...
@@ -98,14 +98,17 @@ When making prediction on the client side, if the parameter `need_variant_tag=Tr