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 (#837)
Browse files Browse the repository at this point in the history
Co-authored-by: Eric Storm <[email protected]>
  • Loading branch information
EStorm21 and Eric Storm authored Oct 7, 2021
1 parent 42348f0 commit eb1fcd3
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 eb1fcd3

Please sign in to comment.