Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 293 Bytes

File metadata and controls

19 lines (14 loc) · 293 Bytes

Imagenet Pipeline WebService

This document will takes Imagenet service as an example to introduce how to use Pipeline WebService.

Get model

sh get_model.sh

Start server

python3 resnet50_web_service.py &>log.txt &

RPC test

python3 pipeline_rpc_client.py