「AWS t2.large Ubuntu 14.04」サーバーに tensorflow サービングをインストールして構成しました。
コマンドを実行して mnist_client ユーティリティでサーバーをテストしようとするとbazel-bin/tensorflow_serving/example/mnist_client --num_tests=1000 --server=localhost:9000
、次のエラー メッセージが表示されます。
E0605 05:03:54.617558520 1232 tcp_client_posix.c:191] failed to connect to 'ipv4:127.0.0.1:9000': timeout occurred
これを修正する方法はありますか?