try-out failed ¶
By: pzhhhhh on June 12, 2024, 4:20 p.m.
Hello, While using the "Try-out Algorithm," I encountered the issue: "The container was killed as it exceeded its memory limit." I suspect this is due to the inference result being a large tensor, for example, with the shape [23,613,468,468]. This tensor shape is unavoidable in my case. I would like to know how I can handle this issue to ensure my Docker container runs correctly without exceeding the memory limit. Thank you.