Skip to content

Commit

Permalink
pytest passed
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhitingHu committed Aug 31, 2018
1 parent 2527c75 commit 58ef398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion texar/modules/encoders/hierarchical_encoders.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ def _kwargs_split(kwargs):
kwargs_major['sequence_length'] = sequence_length_major

expand, shape = self._get_flatten_order(
order, kwargs_major, kwargs_minor, tf.shape(inputs))
order, kwargs_minor, kwargs_major, tf.shape(inputs))

inputs = tf.reshape(inputs, shape + [inputs.shape[3]])

Expand Down

0 comments on commit 58ef398

Please sign in to comment.