Skip to content

Commit 97620aa

Browse files
authored
Update train_fabric.py
1 parent c2114e1 commit 97620aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/fabric/kfold_cv/train_fabric.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def validate_dataloader(model, data_loader, fabric, hparams, fold, acc_metric):
102102

103103

104104
def run(hparams):
105-
# Create the Lightning Fabric object. The parameters like accelerator, strategy, devices etc. will be proided
105+
# Create the Lightning Fabric object. The parameters like accelerator, strategy, devices etc. will be provided
106106
# by the command line. See all options: `fabric run --help`
107107
fabric = Fabric()
108108

0 commit comments

Comments
 (0)