Skip to content

Commit

Permalink
logging
Browse files Browse the repository at this point in the history
  • Loading branch information
mwalmsley committed Nov 7, 2023
1 parent ea0db1f commit a49904c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zoobot/pytorch/training/webdatamodule.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def nodesplitter_func(urls):
# num_urls = len(list(urls.copy()))
urls_to_use = list(wds.split_by_node(urls)) # rely on WDS for the hard work
rank, world_size, worker, num_workers = wds.utils.pytorch_worker_info()
logging.debug(
logging.info(
f'''
Splitting urls within webdatamodule with WORLD_SIZE:
{world_size}, RANK: {rank}, WORKER: {worker} of {num_workers}\n
Expand Down

0 comments on commit a49904c

Please sign in to comment.