ZDand

Results 2 comments of ZDand

Hello, in the inference phase of Timer's autoregression, only the lookback window part is needed. During inference, Timer will provide the scrolling result of each segment in the lookback window...

Hello, this situation is due to us encapsulating the pre trained Timer with a layer of code called `TimerBackbone.py`. The instance of Timer will use the module of `self.backbone` in...