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

Commit

Permalink
Fix typo in learn2learn example
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Storm committed Oct 6, 2021
1 parent 42348f0 commit c77e66e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
trainer = flash.Trainer(
max_epochs=200,
gpus=2,
acceletator="ddp_shared",
accelerator="ddp_shared",
precision=16,
)
trainer.finetune(model, datamodule=datamodule, strategy="no_freeze")

0 comments on commit c77e66e

Please sign in to comment.