Skip to content

Commit

Permalink
Update rasa/utils/tensorflow/models.py
Browse files Browse the repository at this point in the history
Co-authored-by: Sam Sucik <[email protected]>
  • Loading branch information
dakshvar22 and samsucik authored Apr 28, 2021
1 parent a092ba7 commit 0bd1f5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rasa/utils/tensorflow/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ def _merge_batch_outputs(
all_outputs: Dict[Text, Union[np.ndarray, Dict[Text, np.ndarray]]],
batch_output: Dict[Text, Union[np.ndarray, Dict[Text, np.ndarray]]],
) -> Dict[Text, Union[np.ndarray, Dict[Text, np.ndarray]]]:
"""Merge a batch's output into the output for all batches.
"""Merges a batch's output into the output for all batches.
Function assumes that the schema of batch output remains the same,
i.e. keys and their value types do not change from one batch's
Expand Down

0 comments on commit 0bd1f5c

Please sign in to comment.