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 have defined the method void predict_on_batch inside class PredictGPU
I have declared class PredictGPU in python code
and call method predict_on_batch
When i run app on debug mode, predict_on_batch method is called, but throw error when return.
How can anyone help me, please?