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

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanwharris committed Feb 15, 2022
1 parent 171e092 commit 0d88ad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flash/video/classification/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def __init__(
backbone_kwargs: Optional[Dict] = None,
pretrained: bool = True,
loss_fn: LOSS_FN_TYPE = F.cross_entropy,
optimizer: OPTIMIZER_TYPE = "SGD",
optimizer: OPTIMIZER_TYPE = "Adam",
lr_scheduler: LR_SCHEDULER_TYPE = None,
metrics: METRICS_TYPE = Accuracy(),
learning_rate: Optional[float] = None,
Expand Down

0 comments on commit 0d88ad6

Please sign in to comment.