Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
fix issue #189 (#190)
Browse files Browse the repository at this point in the history
fix issue #189

Signed-off-by: Jimmy Yao <[email protected]>
  • Loading branch information
JiahaoYao authored Aug 3, 2022
1 parent 10a0854 commit 13468d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def train_mnist(config):
trainer = pl.Trainer(
max_epochs=4,
callbacks=callbacks,
strategy=[RayStrategy(num_workers=4, use_gpu=False)])
strategy=RayStrategy(num_workers=4, use_gpu=False))
trainer.fit(model)

config = {
Expand Down

0 comments on commit 13468d7

Please sign in to comment.