Skip to content

Commit 3bf4400

Browse files
committed
follow comments.
1 parent fc2e6f1 commit 3bf4400

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

paddle/gserver/gradientmachines/RecurrentGradientMachine.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -503,9 +503,9 @@ class RecurrentGradientMachine : public NeuralNetwork {
503503
* sequence in Matrix stored the entire beam search batch's forward pass
504504
* results.
505505
*
506-
* @param isSeq: a flag indicating whetehr the layer to be output of the
506+
* @param isSeq: a flag indicating whether the layer to be output of the
507507
* RecurrentGradientMachine is a sequence or not
508-
* @param outArgs: all of the the returned Arguments of the forward pass
508+
* @param outArgs: all of the returned Arguments of the forward pass
509509
* during the generation process.
510510
*/
511511
void createDataOutlinkSelRowsInfo(bool isSeq, std::vector<Argument>& outArgs);

0 commit comments

Comments
 (0)