arrigonialberto86 / deepar

Tensorflow implementation of Amazon DeepAR
MIT License
307 stars 96 forks source link

Prediction on testing set #5

Open dinasamak opened 4 years ago

dinasamak commented 4 years ago

great implementation, easy to understand. yet the prediction is made on the training set. I need to predict on testing set, making the decoder part, where the output from one cell is the input to the next one.