Skip to content

Commit

Permalink
Fix drop_last=True in the data loader for video evaluation
Browse files Browse the repository at this point in the history
  • Loading branch information
bryant1410 authored Feb 19, 2024
1 parent 2dfdfac commit 5243a08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/datasets/data_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ def init_data(
num_workers=num_workers,
world_size=world_size,
rank=rank,
drop_last=drop_last,
log_dir=log_dir)

return (data_loader, dist_sampler)

0 comments on commit 5243a08

Please sign in to comment.