kdgutier / esrnn_torch

MIT License
156 stars 44 forks source link

hyperparameter tuning #10

Closed chendiva closed 4 years ago

chendiva commented 4 years ago

Hi there, I am just wondering, how do you decide the input size, output size, frequen_of_test and batch size. Since using the M4 data, if I change the input and output, it will give me NaN for the evaluation matrices.

kdgutier commented 4 years ago

The way we look for hyperparameters is using uniform exploration over a grid, there are fancier methods but uniform exploration works fine.