Skip to content

Commit 66ae7f3

Browse files
committed
updated comment
1 parent 199e09d commit 66ae7f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow_probability/python/experimental/bijectors/highway_flow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ def __init__(self, residual_fraction, activation_fn, bias,
192192
self._residual_fraction = tensor_util.convert_nonref_to_tensor(
193193
residual_fraction, dtype=dtype, name='residual_fraction')
194194
# The upper matrix is still lower triangular, transpose is done in
195-
# _inverse and _forwars metowds, within matvec.
195+
# _inverse and _forwars metowds.
196196
self._upper_diagonal_weights_matrix = tensor_util.convert_nonref_to_tensor(
197197
upper_diagonal_weights_matrix, dtype=dtype,
198198
name='upper_diagonal_weights_matrix')

0 commit comments

Comments
 (0)