Unverified Commit ac33aeee authored by Michaël Defferrard's avatar Michaël Defferrard Committed by GitHub
Browse files

fix typo (#30220)

parent caa5c65d
...@@ -196,7 +196,7 @@ class TrainerCallback: ...@@ -196,7 +196,7 @@ class TrainerCallback:
train_dataloader (`torch.utils.data.DataLoader`, *optional*): train_dataloader (`torch.utils.data.DataLoader`, *optional*):
The current dataloader used for training. The current dataloader used for training.
eval_dataloader (`torch.utils.data.DataLoader`, *optional*): eval_dataloader (`torch.utils.data.DataLoader`, *optional*):
The current dataloader used for training. The current dataloader used for evaluation.
metrics (`Dict[str, float]`): metrics (`Dict[str, float]`):
The metrics computed by the last evaluation phase. The metrics computed by the last evaluation phase.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment