masahi commented on issue #4418: [RUNTIME] Add cudnn conv3d URL: https://github.com/apache/incubator-tvm/pull/4418#issuecomment-558074939 I also got errors. For 2D, ``` Mismatch: 0.00229% Max absolute difference: 1.74964048e-06 Max relative difference: 0.00205616 x: array([[[[-8.124456e-01, 1.603181e+00, -4.913126e+00, ..., 3.991851e-01, -1.673781e-01, -1.984869e+00], [ 1.048217e+00, -5.826425e-01, 2.729261e+00, ...,... y: array([[[[-8.124456e-01, 1.603181e+00, -4.913125e+00, ..., 3.991851e-01, -1.673780e-01, -1.984869e+00], [ 1.048217e+00, -5.826426e-01, 2.729261e+00, ...,... ``` For 3D, ``` Mismatch: 0.00062% Max absolute difference: 6.57308036e-06 Max relative difference: 0.4497126 x: array([[[[[-1.243277e+00, 2.456227e+00, -3.557485e+00, ..., -2.807276e+00, -8.497746e-01, 1.374343e+00], [-2.806745e+00, 1.923186e+00, -6.345257e+00, ...,... y: array([[[[[-1.243278e+00, 2.456226e+00, -3.557484e+00, ..., -2.807276e+00, -8.497746e-01, 1.374343e+00], [-2.806744e+00, 1.923186e+00, -6.345256e+00, ...,... ```
---------------------------------------------------------------- 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
