stephenrawls commented on issue #15278: fixing var-seq-len rnn backward() operator URL: https://github.com/apache/incubator-mxnet/pull/15278#issuecomment-503665324 For perspective, this is the output of my unit test currently showing the magnitude of the difference for one of the gradients between what I get and what I expect: ``` Error 12.396820 exceeds tolerance rtol=0.010000, atol=0.010000. Location of maximum error:(26, 4), a=0.780967, b=1.032993 a: array([[0.23794387, 0.19474988, 0.26953802, 0.2155416 , 0.23550223], [0.21725482, 0.16967712, 0.27878642, 0.16552497, 0.19390106], [0.2731786 , 0.21481094, 0.28132305, 0.2327928 , 0.2571561 ],... b: array([[0.2389039 , 0.19521129, 0.27095696, 0.21666154, 0.23750533], [0.21805991, 0.16999641, 0.28004444, 0.16646673, 0.19568215], [0.27414015, 0.21513419, 0.2827976 , 0.23384902, 0.2590059 ],... ```
---------------------------------------------------------------- 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
