We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please fill out the form below.
https://github.com/aws/sagemaker-python-sdk/blob/master/src/sagemaker/estimator.py#L249 https://github.com/aws/sagemaker-python-sdk/blob/master/src/sagemaker/model.py#L162
The quotes around 'data', 'var1', 'var2' are incorrect. they should be of " ' " type. Instead they are of " ` " type. Eg: the line from https://github.com/aws/sagemaker-python-sdk/blob/master/src/sagemaker/estimator.py#L249 below. dictionary form, for example: {‘data’:[1,3,1024,1024]}, or {‘var1’: [1,1,28,28], ‘var2’:[1,1,28,28]}
N/A
The text was updated successfully, but these errors were encountered:
SageMaker Engineering team, please, provide ETA on the fix.
Sorry, something went wrong.
Hello,
Thank you for bringing this to our attention.
I have put out a PR with the corrections here: #562
SageMaker is open source and always open to suggestions and contributions!
Thanks!
The PR has been merged in.
No branches or pull requests
Please fill out the form below.
System Information
https://github.com/aws/sagemaker-python-sdk/blob/master/src/sagemaker/estimator.py#L249
https://github.com/aws/sagemaker-python-sdk/blob/master/src/sagemaker/model.py#L162
Describe the problem
The quotes around 'data', 'var1', 'var2' are incorrect. they should be of " ' " type. Instead they are of " ` " type.
Eg: the line from https://github.com/aws/sagemaker-python-sdk/blob/master/src/sagemaker/estimator.py#L249 below.
dictionary form, for example: {‘data’:[1,3,1024,1024]}, or {‘var1’: [1,1,28,28], ‘var2’:[1,1,28,28]}
Minimal repro / logs
N/A
N/A
The text was updated successfully, but these errors were encountered: