You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created my own sh file to run on my own dataset (4 features including the target) and I got this error
File "LTSF-Linear/exp/exp_main.py", line 42, in _get_data
data_set, data_loader = data_provider(self.args, flag) File "LTSF-Linear/data_provider/data_factory.py", line 46, in data_provider
print(flag, len(data_set))
ValueError: len() should return >= 0
Traceback (most recent call last):
The text was updated successfully, but these errors were encountered:
I created my own sh file to run on my own dataset (4 features including the target) and I got this error
File "LTSF-Linear/exp/exp_main.py", line 42, in _get_data
data_set, data_loader = data_provider(self.args, flag) File "LTSF-Linear/data_provider/data_factory.py", line 46, in data_provider
print(flag, len(data_set))
ValueError: len() should return >= 0
Traceback (most recent call last):
The text was updated successfully, but these errors were encountered: