thuml/Time-Series-Library

Something wrong when I set the inverse as True

534145232 opened this issue · 3 comments

当我把Inverse改成True之后,报了这个错误,请问应该怎么办呢
我的输出维度是(64,6,1)
image

I too have this problem. I am not sure if it because the results are batched (in your case a batch of 64?) so it can't use squeeze to get a single record to invert? Do we need to iterate over the batch of results somehow and call inverse_transform once per result?