My name is Faried Abu Zaid. I'm a researcher at the appliedAI institute. We are going to use your library in one of our upcoming courses on explainable AI and I came across the above mentioned error during the preparation.
I peeked a little into the code, and I think the error is caused because of way the NHiTSModule is instantiated. hidden_size is defined as
Expected behavior
Changing n_layers in NHiTS model to increase the number of layers.
Actual behavior
Initialization crashes
Code to reproduce the problem
Hi,
My name is Faried Abu Zaid. I'm a researcher at the appliedAI institute. We are going to use your library in one of our upcoming courses on explainable AI and I came across the above mentioned error during the preparation.
I peeked a little into the code, and I think the error is caused because of way the NHiTSModule is instantiated. hidden_size is defined as
I think the hardcoded 2 must be replaced appropriately. We could propose a patch, if you like.
BR, Faried Abu Zaid