Skip to content

Commit

Permalink
Update the comment of building dataloader in main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
guyleaf committed Oct 14, 2023
1 parent 3bb8932 commit 97426fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def main(args):

if args.distributed:
if utils.is_main_process():
# prepare datasets on main process first to avoid race condition while downloading
# prepare datasets on main process first to avoid race condition on downloading datasets
data_loader, class_mask = build_continual_dataloader(args)

# wait until the main process complete
Expand Down

0 comments on commit 97426fa

Please sign in to comment.