-
**Link to the notebook**
[All the PyTorch NEO compilation jobs in this directory](https://github.com/aws/amazon-sagemaker-examples/tree/main/sagemaker_neo_compilation_jobs)
**Describe the bug**
…
-
### Feature request
Hi, for `AutoTokenizer.train_new_from_iterator` there's a hardcoded `tqdm` progress bar I want to swap to `rich` and I'm happy to PR it back.
I can see on github it's at `trans…
-
```
autogluon.cloud 0.3.1
autogluon.common 1.0.0
autogluon.core 1.0.0
autogluon.features 1.0.0
autogluon.tabular …
-
### 🐛 Describe the bug
We are using TorchServe to serve a `yolox_x` model trained by [mmedet](https://github.com/open-mmlab/mmdetection/). We created a customized TorchServe docker image and we wro…
-
The current code is incompatible with Tensorflow 2.11 due to updates of the optimizer API:s.
The Adam and RMSprop optimizers no longer has the `get_weights()` method.
See some info [here](https…
-
ClientError: Failed to download data. ListObjectsV2 failed for s3://.... nextToken:[null]: Unable to execute request to S3
The thing is that sometimes it succeed and sometimes not.
I've also added…
-
Hey guys,
In case you want to read a dataframe directly from s3, for example:
```python
df = pd.read_csv('s3://my_bucket/my_object')
```
You will need an optional dependency called s3fs:
```…
-
### Describe the bug
Some aws commands generate warning related to strings, when asking for help.
### Expected Behavior
Help pages shouldn't generate warnings.
### Current Behavior
This is just e…
-
Checklist
- [X] I've prepended issue tag with type of change: [feature]
- [X] (If applicable) I've documented below the DLC image/dockerfile this relates to
- [ ] (If applicable) I've documented th…
-
Hi, we use dagstermill (0.7.16) to trigger the training of our machine learning model on aws sagemaker.
Currently we encounter an issue, where the training pipeline can be started using the playgro…