-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
Description
Describe the bug
I am using AWS inbuilt IP Insights model to run batch transform. This batch transform is failing with the below error -
2020-10-14T04:53:51.549:[sagemaker logs]: bucket-name/v1_2020-10-13.csv: Unable to get response from algorithm
To reproduce
Run the batch transform on this model and you will see the error.
Expected behavior
Batch transform should work without any issues.
Screenshots or logs
2020-10-14T04:53:51.549:[sagemaker logs]: bucket-name/v1_2020-10-13.csv: Unable to get response from algorithm
System information
A description of your system. Please provide:
- SageMaker Python SDK version:
- Framework name (eg. PyTorch) or algorithm (eg. KMeans): IP Insights
- Framework version:
- Python version:
- CPU or GPU: CPU
- Custom Docker image (Y/N): N
Additional context
The CSV file I am using is 600MB and instance type I'm using for batch transform is ml.m5.4xlarge