We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9da2d6 commit fd31b54Copy full SHA for fd31b54
paddle/fluid/operators/fused_embedding_fc_lstm_op.cc
@@ -97,7 +97,6 @@ void FusedEmbeddingFCLSTMOp::InferShape(
97
if (ctx->Attrs().Get<bool>("use_seq")) {
98
xx_width = wh_dims[1];
99
} else {
100
- // xx_width = x_dims[1] > wh_dims[1] ? wh_dims[1] : x_dims[1]; // ?
101
xx_width = wh_dims[1]; //
102
PADDLE_ENFORCE(ctx->HasOutput("BatchedInput"),
103
"Assert only one Output(BatchedInput) of LSTM.");
0 commit comments