Skip to content

Commit 41b0714

Browse files
committed
dummy_run_net_single_custom doc
1 parent 41be763 commit 41b0714

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/returnn_helpers.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ def dummy_run_net_single_custom(config_code_str: str, *,
148148
) -> Dict[str, numpy.ndarray]:
149149
"""
150150
:param config_code_str: e.g. via get_complete_py_code_str
151-
:param make_feed_dict: func
151+
:param make_feed_dict: func (ExternData) -> feed_dict
152152
:param default_out_dim_tag_order: if given, for the fetch, will order the dims this way
153153
:param eval_flag: losses are computed if True
154154
"""

0 commit comments

Comments
 (0)