cchallu / n-hits

170 stars 25 forks source link

I am confuse about this line : n_theta = (input_size + max(h//n_freq_downsample[i], 1) ) #13

Closed signalworker123 closed 1 year ago

signalworker123 commented 1 year ago

I am confuse about this line :
n_theta = (input_size + max(h//n_freq_downsample[i], 1) )

I think the n_theta is larger than the input_size , but freq_downsample doesn't means the output_size should smaller than input_size? I means inorder to do Interpolation-----the up-sampling? Can you help me ? Thank you!!

kdgutier commented 1 year ago

I am referring this issue to NeuralForecast's mirror issue.