phelan

Results 11 issues of phelan

Thanks for your bug report. We appreciate it a lot. **Checklist** 1. I have searched related issues but cannot get the expected help. 2. I have read the [FAQ documentation](https://github.com/open-mmlab/mmdeploy/blob/master/docs/en/faq.md)...

Thanks for your bug report. We appreciate it a lot. **Checklist** 1. I have searched related issues but cannot get the expected help. 2. I have read the [FAQ documentation](https://github.com/open-mmlab/mmdeploy/blob/master/docs/en/faq.md)...

When I tried with kubectl apply -f https://raw.githubusercontent.com/nuclio/nuclio/master/hack/gke/resources/nuclio.yaml => Got error: unable to recognize "https://raw.githubusercontent.com/nuclio/nuclio/master/hack/gke/resources/nuclio.yaml": no matches for kind "Deployment" in version "apps/v1beta1" Could we update nuclio.yaml to apps/v1? btw,...

[run GPU on GCP issue] I installed nuclio on Kubenetes Engine of GCP and could run CPU node successfully but GPU not working. My cluster have GPU pool with 1...

How we install private github repo from dashboard UI on k8s? I think need add secrets k8s to yaml file but do know how to do from dashboard Any suggestion?

I tried: - download pretrain checkpoint D0 and D7 - save model: `python model_inspect.py --runmode=saved_model --model_name=efficientdet-d0 --ckpt_path=efficientdet-d0 --saved_model_dir=/tmp/saved_model_0` - inference with image: `python model_inspect.py --runmode=saved_model_infer --saved_model_dir=/tmp/saved_model_0 --model_name=efficientdet-d0 --input_image=/tmp/train_all/00053190460d56c53cc3e57321387478.jpg --output_image_dir=out `...

I tried and get weird lr by finding ![plot](https://user-images.githubusercontent.com/2509508/73911860-a0c1fd80-48e5-11ea-88b6-73ed83cb3ea3.png) Could you help me explain why it is

**Description** Python backend model import Tensor `from triton_python_backend_utils import Tensor` Got error: UNAVAILABLE: Internal: ImportError: cannot import name 'Tensor' from 'triton_python_backend_utils' (/opt/tritonserver/backends/python/triton_python_backend_utils.py Triton inference server version 22.05 still work well...

enhancement

**Is your feature request related to a problem? Please describe.** When deploy many Python backend models, triton inference server run out of `shm` memory **Describe the solution you'd like** I...

I am new with modelmesh but so interested in this project. Could we deploy modelmesh using Docker only without k8s cluster? Thanks

documentation
question