RidooOriginal post
Web Developer
My function performs a set of operations on images including object detection, but when i try to deploy the function i get a error stating the build size limit has been exceeded.
I figured this is due to the size of the torch and torchvision libraries , was wondering if there is a workaroun for this or would i have to seperately host the object detection model and then call it via an api maybe?
Summary
Function build size exceeds limit due to large torch and torchvision libraries used for object detection. Consider hosting the object detection model separately and calling it via an API to work around the size limit.