Skip to content

Commit

Permalink
amend
Browse files Browse the repository at this point in the history
  • Loading branch information
vmoens committed Jan 16, 2024
1 parent b3cd4f3 commit 600d9f4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion torchrl/data/datasets/gen_dgrl.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,9 @@ def _unpack_category_file(
batch = self._PROCESS_NPY_BATCH
_, file_name, _ = link
file_path = os.path.join(download_folder, file_name)
logging.info(f"Unpacking dataset file {file_path} ({file_name}) to {download_folder}.")
logging.info(
f"Unpacking dataset file {file_path} ({file_name}) to {download_folder}."
)
idx = 0
td_memmap = None
dataset_len = self._get_category_len(category_name)
Expand Down

0 comments on commit 600d9f4

Please sign in to comment.