serving
Here are 64 public repositories matching this topic...
-
Updated
Jun 17, 2021 - C++
... to make it easier to read Vespa documentation on an e-reader / offline
Vespa documentation is generated using Jekyll from .md and .html files, look into options for generating the artifact as part of site generation (there might be plugins we can use here)
-
Updated
May 8, 2021
For SC Operator it may be a good idea to generate CRD manifests from inside a docker container.
This should provide reproducible generation step and avoid "produces different output on my machine" issues.
Linter should also fail if generation of manifests produce diff with the commited version.
-
Updated
May 20, 2021 - Python
-
Updated
Apr 16, 2021 - Python
-
Updated
Jan 3, 2021 - JavaScript
Http方式部署thread参数不起作用
使用以下命令部署模型是,输入的thread参数不起作用,cpu使用率不超过400%:
python -m paddle_serving_server.serve --model my_model --thread 10 --port 9292 --name my_model
原因是文件:
https://github.com/PaddlePaddle/Serving/blob/develop/python/paddle_serving_server/serve.py
中第433行中processes=4,并没有更新为用户的输入参数;
这里的or前后顺序写反了
-
Updated
Jun 18, 2021 - Python
-
Updated
Jun 18, 2021 - Mustache
-
Updated
Jun 4, 2021 - Python
-
Updated
Apr 26, 2021 - Java
-
Updated
Apr 29, 2021 - Python
-
Updated
Jul 22, 2020
-
Updated
May 19, 2021 - C++
-
Updated
Jan 1, 2020
-
Updated
May 5, 2021 - Java
-
Updated
Nov 2, 2017 - Scala
-
Updated
Apr 21, 2021 - C++
-
Updated
Mar 4, 2021 - Python
-
Updated
Mar 31, 2021 - Jupyter Notebook
-
Updated
Sep 9, 2019 - C++
-
Updated
Apr 21, 2021 - Python
-
Updated
Apr 21, 2018 - PHP
-
Updated
Jun 4, 2021 - Java
-
Updated
Mar 27, 2018 - Python
Improve this page
Add a description, image, and links to the serving topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the serving topic, visit your repo's landing page and select "manage topics."
Trying out a simple example using TuneSearchCV with LGBMClassifier and it fails on start.
Environment:
Python 3.8.3
tune-sklearn 0.3.0
ray 1.3.0
macos mojave 10.14.6
Code: