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

Commit 13468d7

Browse files
authored
fix issue #189 (#190)
fix issue #189 Signed-off-by: Jimmy Yao <[email protected]>
1 parent 10a0854 commit 13468d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ def train_mnist(config):
160160
trainer = pl.Trainer(
161161
max_epochs=4,
162162
callbacks=callbacks,
163-
strategy=[RayStrategy(num_workers=4, use_gpu=False)])
163+
strategy=RayStrategy(num_workers=4, use_gpu=False))
164164
trainer.fit(model)
165165

166166
config = {

0 commit comments

Comments
 (0)