-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Description
Is your feature request related to a problem? Please describe.
I am using the faster r-cnn network with pytorch for object detection in images. However, there is a bug in pytorch 1.3.1 (patched in 1.4.0 and torchvision 0.5.0) that blocks torch.script from encoding/decoding the model, and therefore prevents me from using Elastic Inference with sagemaker. I really need EI to work to produce results in realtime, and I really want this solution so I can have fully managed hosting with sagemaker.
Describe the solution you'd like
Add Elastic Inference support for pytorch 1.4.0 with sagemaker along with pytorch 1.3.1
Describe alternatives you've considered
None
Additional context
None
warex03 and TimDumol