Closed chendiva closed 4 years ago
Hi there, Are you able to show an example about how to use Naive2 prediction ( The class you have for ESRNN). I am wondering what is the h in the predict function. Since I am trying to input an array, but it doesn't seem to work. Thanks!
Naive2 implementation is available here https://github.com/kdgutier/esrnn_torch/blob/master/ESRNN/utils_evaluation.py
Hi there, Are you able to show an example about how to use Naive2 prediction ( The class you have for ESRNN). I am wondering what is the h in the predict function. Since I am trying to input an array, but it doesn't seem to work. Thanks!