How to import/load pretrained DeepAR model into an estimator for continuous training?

0

Hi, I have a trained DeepAR model saved as model.tar.gz in some S3 location. I hope to further optimize it by training for some extra epochs with extra data having same features, like transfer learning. I have read some DeepAR documentation but cannot find a way to import the trained model.

I tried using Sagemaker's Estimator's model_uri config, but it reports error for deepar, saying no 'model' channel is acceptable.

I am wondering does DeepAR have such functionality or it is still not developed?

asked a year ago282 views
1 Answer
0

Hello,

Thank you for using AWS SageMaker. I understand that you are looking for Incremental training using SageMaker DeepAR algorithm where you can add trained DeepAR model saved in S3 location which further optimize your model.

Unfortunately at this time, only three built-in algorithms currently support incremental training: Object Detection - MXNet, Image Classification - MXNet, and Semantic Segmentation Algorithm.

If you need any further assistance or need detailed investigation please open a support case with AWS

AWS
SUPPORT ENGINEER
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions