Skip to content

Commit

Permalink
fix dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
ejm714 committed Oct 22, 2021
1 parent ecb3b97 commit 7b6c5be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zamba/pytorch/dataloaders.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def __len__(self):
def __getitem__(self, index: int):
try:
cached_load_video_frames = npy_cache(
tmp_path=self.video_loader_config.cache_dir,
cache_path=self.video_loader_config.cache_dir,
cleanup=self.video_loader_config.cleanup_cache,
)(load_video_frames)

Expand Down

0 comments on commit 7b6c5be

Please sign in to comment.