Skip to content

Commit

Permalink
syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
mittagessen committed Apr 4, 2024
1 parent db35eae commit 0231a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kraken/ketos/segmentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def _validate_merging(ctx, param, value):
help='Epoch of minimal learning rate for cosine LR scheduler.')
@click.option('--cos-min-lr',
show_default=True,
default=SEGMENTATION_HYPER_PARAMS,['cos_min_lr'],
default=SEGMENTATION_HYPER_PARAMS['cos_min_lr'],
help='Minimal final learning rate for cosine LR scheduler.')
@click.option('-p', '--partition', show_default=True, default=0.9,
help='Ground truth data partition ratio between train/validation set')
Expand Down

0 comments on commit 0231a76

Please sign in to comment.