Skip to content

Commit

Permalink
params as kwargs
Browse files Browse the repository at this point in the history
  • Loading branch information
Marvin84 committed Sep 21, 2023
1 parent a0354bf commit 5638b95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rasr/feature_scorer.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,10 @@ def __init__(self, prior_mixtures, scale=1.0, priori_scale=0.0, prior_file=None)
class OnnxFeatureScorer(FeatureScorer):
def __init__(
self,
*,
mixtures,
model,
io_map,
*args,
label_log_posterior_scale=1.0,
label_prior_scale=0.7,
label_log_prior_file=None,
Expand Down

0 comments on commit 5638b95

Please sign in to comment.