Skip to content

Commit

Permalink
modified comment spell mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
MaybeShewill-CV committed Oct 24, 2018
1 parent c3ce73b commit 98fece6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lanenet_model/lanenet_discriminative_loss.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ def discriminative_loss_single(
:param correct_label: instance label
:param feature_dim: feature dimension of prediction
:param label_shape: shape of label
:param delta_v: cutoff variance distance
:param delta_d: curoff cluster distance
:param delta_v: cut off variance distance
:param delta_d: cut off cluster distance
:param param_var: weight for intra cluster variance
:param param_dist: weight for inter cluster distances
:param param_reg: weight regularization
Expand Down

0 comments on commit 98fece6

Please sign in to comment.