mirror of
https://github.com/saymrwulf/transformers.git
synced 2026-05-14 20:58:08 +00:00
correct pl link in readme (#6364)
This commit is contained in:
parent
0830e79512
commit
35eb96de4d
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ wandb.login()
|
|||
|
||||
Whenever you use `Trainer` or `TFTrainer` classes, your losses, evaluation metrics, model topology and gradients (for `Trainer` only) will automatically be logged.
|
||||
|
||||
When using 🤗 Transformers with PyTorch Lightning, runs can be tracked through `WandbLogger`. Refer to related [documentation & examples](https://docs.wandb.com/library/frameworks/pytorch/lightning).
|
||||
When using 🤗 Transformers with PyTorch Lightning, runs can be tracked through `WandbLogger`. Refer to related [documentation & examples](https://docs.wandb.com/library/integrations/lightning).
|
||||
|
||||
### Comet.ml
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue