Batch Transform does not stop after inference

0

I have a Batch transform function to process videos. The video processing is complete and I also get the processed video in s3. However the batch transform does not stop until it timesout and hence not writing the .out file for successful completion

Any support on how to stop the batch transform after completion of the process would be helpful.

  • In Batch Transform normally the inference result your model returns is saved as the .out file. Could you clarify what you mean by getting the output video but not getting the .out? If your model/script is self-managing the S3 output upload, I'd guess the most likely cause is that your code successfully uploads the video but then fails or never returns a response?

  • To add more details, I am running an object detection model on videos and after the inference, the video is saved in an s3 bucket. For the result of batch transform, I am just passing a "success" log as output to be saved in the .out file.

    And my problem here is that the batch transform does not stop after the inference on the video. It runs for 1hr (timeout)

    I also get this log after the inference is complete: W-9000-model_1.0 ACCESS_LOG - /169.254.255.130:59678 "POST /invocations HTTP/1.1" 200 1136181

    But batch transform function does not stop

asked 10 months ago87 views
No Answers

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions