Skip to content

Commit

Permalink
Merge branch 'master' into add_retina
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Sep 30, 2021
2 parents 857a19f + 75ddb4b commit 9817ced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/deprecated/models/classic_ml.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Add either L1 or L2 regularization, or both, by specifying the regularization st
X, y = load_diabetes(return_X_y=True)
loaders = SklearnDataModule(X, y)
model = LinearRegression(input_dim=13)
model = LinearRegression(input_dim=10)
trainer = pl.Trainer()
trainer.fit(model, train_dataloader=loaders.train_dataloader(), val_dataloaders=loaders.val_dataloader())
trainer.test(test_dataloaders=loaders.test_dataloader())
Expand Down

0 comments on commit 9817ced

Please sign in to comment.