Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
colibrisson committed Feb 22, 2023
1 parent d53dbfa commit 8bf17e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kraken/ketos/segmentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ def _validate_merging(ctx, param, value):
default='16-mixed',
type=click.Choice(['32', 'bf16', '16', '16-mixed', 'bf16-mixed']),
help='Numerical precision to use for training. Default is 16-mixed precision.')
@click.option('--precision', default='32', type=click.Choice(['32', '16']), help='set tensor precision')
@click.option('--optimizer',
show_default=True,
default=SEGMENTATION_HYPER_PARAMS['optimizer'],
Expand Down

0 comments on commit 8bf17e1

Please sign in to comment.