kdgutier / esrnn_torch

MIT License
156 stars 44 forks source link

About the Naive2 function #12

Closed chendiva closed 4 years ago

chendiva commented 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!

kdgutier commented 4 years ago

Naive2 implementation is available here https://github.com/kdgutier/esrnn_torch/blob/master/ESRNN/utils_evaluation.py