access2rohit commented on a change in pull request #17632: [Large Tensor] Fixed 
RNN op
URL: https://github.com/apache/incubator-mxnet/pull/17632#discussion_r383532029
 
 

 ##########
 File path: src/operator/rnn-inl.h
 ##########
 @@ -361,9 +361,9 @@ void RNNBackward(DType* ws,
                  DType* rs,
                  const int num_layers,
                  const int direction,
-                 const int seq_length,
-                 const int batch_size,
-                 const int input_size,
+                 const index_t seq_length,
+                 const index_t batch_size,
+                 const index_t input_size,
 
 Review comment:
   Did u check that "seq_length, batch_size, input_size" are index_t in 
functions LstmBackwardTraining, GruBackwardTraining, VanillaRNNBackwardTraining 
? If so can you let me know here, else you may need to update them too 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to