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

Commit

Permalink
fix anchor typ
Browse files Browse the repository at this point in the history
  • Loading branch information
kaushikb11 committed Feb 16, 2021
1 parent a869a28 commit bd8f2eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flash/vision/detection/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def __init__(
pretrained: bool = True,
pretrained_backbone: bool = True,
trainable_backbone_layers: int = 3,
achnor_generator: Optional[Type[AnchorGenerator]] = None,
anchor_generator: Optional[Type[AnchorGenerator]] = None,
loss=None,
metrics: Union[Callable, nn.Module, Mapping, Sequence, None] = None,
optimizer: Type[Optimizer] = torch.optim.Adam,
Expand Down

0 comments on commit bd8f2eb

Please sign in to comment.