imagenet模型http请求失败
Created by: wangjiawei04
https://github.com/PaddlePaddle/Serving/tree/develop/python/examples/imagenet 环境: OS: Ubuntu 16.04
sh get_model.sh
python image_classification_service.py ResNet50_vd_model workdir 9393 &
python image_http_client.py
报错如下
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<title>404 Not Found</title>
<h1>Not Found</h1>
<p>The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.</p>
WARNING: Logging before InitGoogleLogging() is written to STDERR
E0506 07:49:39.612355 8351 config_manager.cpp:217] Not found key in configue: cluster
E0506 07:49:39.612414 8351 config_manager.cpp:234] Not found key in configue: split_tag_name
E0506 07:49:39.612422 8351 config_manager.cpp:235] Not found key in configue: tag_candidates
E0506 07:49:39.612442 8351 config_manager.cpp:202] Not found key in configue: connect_timeout_ms
E0506 07:49:39.612452 8351 config_manager.cpp:203] Not found key in configue: rpc_timeout_ms
E0506 07:49:39.612459 8351 config_manager.cpp:205] Not found key in configue: hedge_request_timeout_ms
E0506 07:49:39.612466 8351 config_manager.cpp:207] Not found key in configue: connect_retry_count
E0506 07:49:39.612473 8351 config_manager.cpp:209] Not found key in configue: hedge_fetch_retry_count
E0506 07:49:39.612480 8351 config_manager.cpp:211] Not found key in configue: max_connection_per_host
E0506 07:49:39.612486 8351 config_manager.cpp:212] Not found key in configue: connection_type
E0506 07:49:39.612493 8351 config_manager.cpp:219] Not found key in configue: load_balance_strategy
E0506 07:49:39.612500 8351 config_manager.cpp:221] Not found key in configue: cluster_filter_strategy
E0506 07:49:39.612507 8351 config_manager.cpp:226] Not found key in configue: protocol
E0506 07:49:39.612519 8351 config_manager.cpp:227] Not found key in configue: compress_type
E0506 07:49:39.612525 8351 config_manager.cpp:228] Not found key in configue: package_size
E0506 07:49:39.612535 8351 config_manager.cpp:230] Not found key in configue: max_channel_per_request
E0506 07:49:39.612543 8351 config_manager.cpp:234] Not found key in configue: split_tag_name
E0506 07:49:39.612550 8351 config_manager.cpp:235] Not found key in configue: tag_candidates
I0506 07:49:39.616928 8351 naming_service_thread.cpp:209] brpc::policy::ListNamingService("0.0.0.0:12000"): added 1
127.0.0.1 - - [06/May/2020 07:49:39] "POST /image/prediction HTTP/1.1" 404 -
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<title>404 Not Found</title>
<h1>Not Found</h1>
<p>The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.</p>