Skip to content

Commit

Permalink
update predict
Browse files Browse the repository at this point in the history
  • Loading branch information
wuhaixu2016 authored Nov 16, 2021
1 parent f136414 commit 1c3ffb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data_provider/data_factory.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from data_provider.data_loader import Dataset_ETT_hour, Dataset_ETT_minute, Dataset_Custom
from data_provider.data_loader import Dataset_ETT_hour, Dataset_ETT_minute, Dataset_Custom, Dataset_Pred
from torch.utils.data import DataLoader

data_dict = {
Expand All @@ -23,7 +23,7 @@ def data_provider(args, flag):
shuffle_flag = False
drop_last = False
batch_size = 1
freq = args.detail_freq
freq = args.freq
Data = Dataset_Pred
else:
shuffle_flag = True
Expand Down

0 comments on commit 1c3ffb2

Please sign in to comment.