aws-samples / aws-samples/easy-amazon-sagemaker-deployments

name 'prefix' is not defined

Open
#7 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Jupyter Notebook
Stars
63
Forks
17
PR merge metrics
No merged PRs in 30d

Description

https://github.com/aws-samples/easy-amazon-sagemaker-deployments/blob/58e943abca803f802eba0bcffffd3fd9f98c8162/ezsmdeploy/__init__.py#L359

Getting the error when making a deployment with:

```python
import ezsmdeploy
ezonsm = ezsmdeploy.Deploy(model = None,
script = 'inference.py',
requirements = ['numpy','scipy','tensorflow'],
name = 'diffdl-container-gpu',
wait = True,
image = 'tensorflow/tensorflow:latest-gpu',
instance_type = 'ml.g4dn.xlarge',
monitor = True)
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.