We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 620a042 commit a68265cCopy full SHA for a68265c
recognition/advanced_tree_search.py
@@ -192,6 +192,7 @@ def __init__(
192
:param lmgc_mem: Memory requirement for the AdvancedTreeSearchLmImageAndGlobalCacheJob
193
:param lmgc_alias: Alias for the AdvancedTreeSearchLmImageAndGlobalCacheJob
194
:param lmgc_scorer: Dummy scorer for the AdvancedTreeSearchLmImageAndGlobalCacheJob which is required but unused
195
+ :param separate_lmi_gc_generation: Whether to generate the LM image and the global cache via two separate jobs for a more stable hash
196
:param model_combination_config: Configuration for model combination
197
:param model_combination_post_config: Post config for model combination
198
:param extra_config: Additional Config for recognition
0 commit comments