After replacing print with logging - we would need to check that this did not influenced the efficiency of the code (benchmark with multiple data loader threads? think if we want to log from 1 worker only or if we want to set sth like logger.propagate = False)
After replacing print with logging - we would need to check that this did not influenced the efficiency of the code (benchmark with multiple data loader threads? think if we want to log from 1 worker only or if we want to set sth like
logger.propagate = False)