torchserve-dashboard icon indicating copy to clipboard operation
torchserve-dashboard copied to clipboard

Management Dashboard for Torchserve

Results 9 torchserve-dashboard issues
Sort by recently updated
recently updated
newest added

stuff to check before update: https://github.com/pytorch/serve/pull/1421 https://github.com/pytorch/serve/blob/master/docs/request_envelopes.md

Can I set the init status of Torchserve as start?

I'm getting this error while on the start ``` Traceback (most recent call last): File "/home/kavan/.local/bin/torchserve-dashboard", line 5, in from torchserve_dashboard.cli import main File "/home/kavan/.local/lib/python3.8/site-packages/torchserve_dashboard/cli.py", line 2, in import streamlit.cli...

add get_predictions add get_explanations add get_workflow_predictions

https://github.com/cceyda/torchserve-dashboard/issues/9 Just some brainstorming on how inference might work...

I created a separate HTTP Client class which the APIs consume. This way a (Management)API could take several clients or the same client be used by several APIs

Mentioned in https://github.com/cceyda/torchserve-dashboard/issues/1 Model interpretability with Captum https://github.com/pytorch/serve/blob/master/captum/Captum_visualization_for_bert.ipynb This would be good to add if we end up adding an InferenceAPI

Moving the discussion from https://github.com/cceyda/torchserve-dashboard/issues/1#issuecomment-863911194 to here Current challenges blocking this: - there is no way to know the format of the expected request/response. Especially for custom handlers. (I prefer...

I think it would be great for users and for developers to be able to easily share their dashboard or run it in production without deploying via Streamlit. I could...