Skip to content

Commit

Permalink
Update data_factory.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mixiancmx authored Mar 15, 2023
1 parent a65bd85 commit 6fe4c28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data_provider/data_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def data_provider(args, flag):

if flag == 'test':
shuffle_flag = False
drop_last = True
drop_last = False
batch_size = args.batch_size
freq = args.freq
elif flag == 'pred':
Expand Down

0 comments on commit 6fe4c28

Please sign in to comment.