Skip to content

Commit

Permalink
improved docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Marvin84 committed Sep 21, 2023
1 parent f21f63f commit b39e494
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rasr/feature_scorer.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,8 @@ def __init__(
"""
:param str mixtures: path to a *.mix file e.g. output of either EstimateMixturesJob or CreateDummyMixturesJob
:param str model: path of a model e.g. output of ExportPyTorchModelToOnnxJob
:param dict io_map: mapping between internal rasr identifiers and the model related input/output
:param dict io_map: mapping between internal rasr identifiers and the model related input/output. Default key values
are "features" and "output", and optionally "features-size"
:param float label_log_posterior_scale: scales for the log probability of a label e.g. 1.0 is recommended
:param float label_prior_scale: scale for the prior log probability of a label reasonable e.g. values in [0.1, 0.7] interval
:param str label_log_prior_file: xml file containing log prior probabilities e.g. estimated from the model via povey method
Expand Down

0 comments on commit b39e494

Please sign in to comment.