We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Traceback (most recent call last): File "C:\Users\13521\Desktop\TimeMixer-main (2)\TimeMixer-main\run.py", line 139, in exp.train(setting) File "C:\Users\13521\Desktop\TimeMixer-main (2)\TimeMixer-main\exp\exp_long_term_forecasting.py", line 101, in train vali_data, vali_loader = self._get_data(flag='val') File "C:\Users\13521\Desktop\TimeMixer-main (2)\TimeMixer-main\exp\exp_long_term_forecasting.py", line 30, in _get_data data_set, data_loader = data_provider(self.args, flag) File "C:\Users\13521\Desktop\TimeMixer-main (2)\TimeMixer-main\data_provider\data_factory.py", line 88, in data_provider print(flag, len(data_set)) ValueError: len() should return >= 0
The text was updated successfully, but these errors were encountered:
你好 请问你运行的是哪个数据集的脚本呢,目前日志信息内容有点少,有详细的日志信息嘛
Sorry, something went wrong.
我也遇到了这个问题,好像是数据量的行数少就会有这个问题
No branches or pull requests
Traceback (most recent call last):
File "C:\Users\13521\Desktop\TimeMixer-main (2)\TimeMixer-main\run.py", line 139, in
exp.train(setting)
File "C:\Users\13521\Desktop\TimeMixer-main (2)\TimeMixer-main\exp\exp_long_term_forecasting.py", line 101, in train
vali_data, vali_loader = self._get_data(flag='val')
File "C:\Users\13521\Desktop\TimeMixer-main (2)\TimeMixer-main\exp\exp_long_term_forecasting.py", line 30, in _get_data
data_set, data_loader = data_provider(self.args, flag)
File "C:\Users\13521\Desktop\TimeMixer-main (2)\TimeMixer-main\data_provider\data_factory.py", line 88, in data_provider
print(flag, len(data_set))
ValueError: len() should return >= 0
The text was updated successfully, but these errors were encountered: