Time series incremental learning

Hi, I was wondering if there was a way I could conduct incremental learning with the DeepAREstimator model. I have a lot of time series data but I don’t want to keep training the model on all the time series data when new data is added, but rather I want to be able to just tweak the pre-trained estimator. Is there an easy way to do this?