Skip to content

Commit

Permalink
Internal change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 391390019
  • Loading branch information
fyangf authored and tensorflower-gardener committed Aug 17, 2021
1 parent 81ad46b commit 555cb70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions official/vision/beta/configs/retinanet.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ class Parser(hyperparams.Config):
aug_rand_hflip: bool = False
aug_scale_min: float = 1.0
aug_scale_max: float = 1.0
aug_policy: Optional[str] = None
skip_crowd_during_training: bool = True
max_num_instances: int = 100

Expand Down

0 comments on commit 555cb70

Please sign in to comment.