Support Questions

Find answers, ask questions, and share your expertise

Duplicated API calls [CDSW][Model][Deep Learning]

avatar
New Contributor

Hi,

I am using Cloudera Data Science Workbench (CDSW) and I am trying to deploy model which is using PyTorch and I am facing the problem of duplicated API calls (I did not have the same issue when the model was not using PyTorch). Have you ever had the same problem or do you know how to solve this?

 

The problem is present even when I am sending a single call to the model. I attach two screen shots. The first one presents the model's monitoring after sending 6'041 API calls - the monitoring received 38'894 calls. The second one presents monitoring after single API call - instead of 1 call the model received 6, out of which 4 are stuck as 'Busy'.

 

API_duplicated_calls_v1.png

 

API_duplicated_calls_v2.png

 

1 REPLY 1

avatar
New Contributor

I am also facing this issue. Were you able to resolve this?