You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to implement token-classification task but faced a problem like: {"error": "Failed to process the request(s) for model instance 'transformer_tensorrt_inference_0', message: Stub process is not healthy."}
For the model I used RobertaForTokenClassification fine-tuned on my own dataset. I build docker container from main.
The text was updated successfully, but these errors were encountered:
I tried to implement
token-classification
task but faced a problem like:{"error": "Failed to process the request(s) for model instance 'transformer_tensorrt_inference_0', message: Stub process is not healthy."}
For the model I used
RobertaForTokenClassification
fine-tuned on my own dataset. I build docker container from main.The text was updated successfully, but these errors were encountered: