Fix: formating

This commit is contained in:
ianoflynnautomation 2023-03-31 22:25:44 +02:00
parent 78c3235eee
commit bc9dc568c5

View File

@ -43,7 +43,7 @@ def get_global_loss_detached(local_loss, reduction="mean"):
if reduction != "mean":
logging.warn(
f"The reduction used in this function should be the same as the one used by"
f"the DDP model. By default DDP uses mean, So ensure that DDP is appropriately"
f"the DDP model. By default DDP uses mean, so ensure that DDP is appropriately"
f"modified for reduction {reduction}."
)