Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
use a diff default layout.
Browse files Browse the repository at this point in the history
  • Loading branch information
zheng-da committed Aug 27, 2018
1 parent 904404e commit f7b5799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/mxnet/gluon/contrib/rnn/rnn_cell.py
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ def _contrib_format_sequence(inputs, layout, in_layout=None):


def unroll(cell, inputs, begin_state, drop_inputs=0, drop_outputs=0,
layout='NTC', valid_length=None):
layout='TNC', valid_length=None):
"""Unrolls an RNN cell across time steps.
Currently, 'TNC' is a preferred layout. unroll on the input of this layout
Expand Down

0 comments on commit f7b5799

Please sign in to comment.