Input for calling predictor.predict() on Sagemaker
#19
by
Callam
- opened
Hi would like to call predictor.predict() on Sagemaker but I haven't been able to figure out or find how the input should be structured. Is there anyone who could provide me with an example?
+1 I am also looking for the same
did anyone find a solution for this ?
Yo I never found an answer to the simple solution of just calling predict() out of the box but I did get it working by writing my own inference.py. Feel free to use this notebook as is or as an example.
Thanks bro.