Baosheng He

Results 3 comments of Baosheng He

> Hi @BaoshengHeTR, are you using Python SDK? If so, if you use the same path (https://github.com/aws/sagemaker-python-sdk/blob/master/src/sagemaker/transformer.py#L59) for multiple different times, you should have the results stored in the same...

> > When I call `encoder.encode(prediction, accept='application/jsonlines')` with `prediction` a list of `json`, **it generates an error**. > > @BaoshengHeTR, can you please provide the error, stack trace, and any...

> here Thanks. The problem is because my type is `application/jsonlines` rather than `application/json`. I managed to solve my problem in another way.