thuml / Time-Series-Library

A Library for Advanced Deep Time Series Models.
MIT License
6.49k stars 1.03k forks source link

bug in run.py #554

Closed kongqi404 closed 3 days ago

kongqi404 commented 3 days ago

The latest commit removes the output attention argument causing the iTransformer to fail to run and utils.print_args.py to report an error.

self.output_attention = configs.output_attention
AttributeError: 'Namespace' object has no attribute 'output_attention'
wuhaixu2016 commented 3 days ago

Hi, sorry for this bug. We have fixed this problem in the latest commit.